#27BAD7

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

Shades of Summer Sky #27BAD7

Tints of Summer Sky #27BAD7

Color information

#27BAD7 (or 0x27BAD7) is unknown color: approx Summer Sky. HEX triplet: 27, BA and D7. RGB value is (39,186,215). Sum of RGB (Red+Green+Blue) = 39+186+215=440 (58% of max value = 765). Red value is 39 (15.62% from 255 or 8.86% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #27BAD7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BAD7 is #D84528. Grayscale: #919191. Windows color (decimal): -14173481 or 14137895. OLE color: 14137895.

HSL color Cylindrical-coordinate representation of color #27BAD7: hue angle of 189.89º 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 #27BAD7 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB39186215-
CMYK0.820.1300.16
HSL189.89º69.29%49.8%-
HSV(B)189.89º81.86%84.31%-
XYZ30.6640.4670.48-
YUV145.35167.352.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 8.86%
GREEN value IS 186 (73.05% from 255) = 42.27%
BLUE value IS 215 (84.38% from 255) = 48.86%
R=8.86%
G=42.27%
B=48.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal391862150.820.1300.16189.8969.2949.8
Hex27BAD752D010be4532
Octal472723271221502027610562
Binary100111101110101101011110100101101010000101111101000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27BAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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