#27AEDC

Color #27AEDC Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #27AEDC

Tints of Summer Sky #27AEDC

Color information

#27AEDC (or 0x27AEDC) is unknown color: approx Summer Sky. HEX triplet: 27, AE and DC. RGB value is (39,174,220). Sum of RGB (Red+Green+Blue) = 39+174+220=433 (57% of max value = 765). Red value is 39 (15.62% from 255 or 9.01% from 433); Green value is 174 (68.36% from 255 or 40.18% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #27AEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AEDC is #D85123. Grayscale: #8A8A8A. Windows color (decimal): -14176548 or 14462503. OLE color: 14462503.

HSL color Cylindrical-coordinate representation of color #27AEDC: hue angle of 195.25º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27AEDC is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB39174220-
CMYK0.820.2100.14
HSL195.25º72.11%50.78%-
HSV(B)195.25º82.27%86.27%-
XYZ28.8935.8773.11-
YUV138.88173.7756.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 9.01%
GREEN value IS 174 (68.36% from 255) = 40.18%
BLUE value IS 220 (86.33% from 255) = 50.81%
R=9.01%
G=40.18%
B=50.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal391742200.820.2100.14195.2572.1150.78
Hex27AEDC52150Ec34833
Octal472563341222501630311063
Binary100111101011101101110010100101010101110110000111001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27AEDC; }

 p { color: rgb(39,174,220); }

 H1.HeaderClassName
 {
   color: #27AEDC;
 }
 .AnyTagClassName
 {
   color: #27AEDC;
 }
</style>
background-color css

<style>
 a { background-color: #27AEDC; }

 a { background-color: rgb(39,174,220); }

 div.DivClassName
 {
   background-color: #27AEDC;
 }
 .BgClassName
 {
   background-color: #27AEDC;
 }
</style>
border-color css

<style>
 span { border-color: #27AEDC; }

 span { border-color: rgb(39,174,220); }

 td.TdClassName
 {
   border-color: #27AEDC;
 }
 .TagClassName
 {
   border-color: #27AEDC;
 }
</style>