#27A0D7

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

Shades of Summer Sky #27A0D7

Tints of Summer Sky #27A0D7

Color information

#27A0D7 (or 0x27A0D7) is unknown color: approx Summer Sky. HEX triplet: 27, A0 and D7. RGB value is (39,160,215). Sum of RGB (Red+Green+Blue) = 39+160+215=414 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.42% from 414); Green value is 160 (62.89% from 255 or 38.65% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #27A0D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A0D7 is #D85F28. Grayscale: #818181. Windows color (decimal): -14180137 or 14131239. OLE color: 14131239.

HSL color Cylindrical-coordinate representation of color #27A0D7: hue angle of 198.75º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27A0D7 is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB39160215-
CMYK0.820.2600.16
HSL198.75º69.29%49.8%-
HSV(B)198.75º81.86%84.31%-
XYZ25.6730.4868.82-
YUV130.09175.9163.03-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.42%
GREEN value IS 160 (62.89% from 255) = 38.65%
BLUE value IS 215 (84.38% from 255) = 51.93%
R=9.42%
G=38.65%
B=51.93%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal391602150.820.2600.16198.7569.2949.8
Hex27A0D7521A010c74532
Octal472403271223202030710562
Binary1001111010000011010111101001011010010000110001111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27A0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,160,215); }

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

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

 a { background-color: rgb(39,160,215); }

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

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

 span { border-color: rgb(39,160,215); }

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