#87C2FF

Color #87C2FF Light Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sky Blue #87C2FF

Tints of Light Sky Blue #87C2FF

Color information

#87C2FF (or 0x87C2FF) is unknown color: approx Light Sky Blue. HEX triplet: 87, C2 and FF. RGB value is (135,194,255). Sum of RGB (Red+Green+Blue) = 135+194+255=584 (77% of max value = 765). Red value is 135 (53.12% from 255 or 23.12% from 584); Green value is 194 (76.17% from 255 or 33.22% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #87C2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #87C2FF is #783D00. Grayscale: #B7B7B7. Windows color (decimal): -7879937 or 16761479. OLE color: 16761479.

HSL color Cylindrical-coordinate representation of color #87C2FF: hue angle of 210.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87C2FF is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB135194255-
CMYK0.470.2400
HSL210.5º100%76.47%-
HSV(B)210.5º47.06%100%-
XYZ47.3350.95101.95-
YUV183.31168.4593.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.12%
GREEN value IS 194 (76.17% from 255) = 33.22%
BLUE value IS 255 (100% from 255) = 43.66%
R=23.12%
G=33.22%
B=43.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1351942550.470.2400210.510076.47
Hex87C2FF2F1800d2644c
Octal207302377573000322144114
Binary10000111110000101111111110111111000001101001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87C2FF; }

 p { color: rgb(135,194,255); }

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

<style>
 a { background-color: #87C2FF; }

 a { background-color: rgb(135,194,255); }

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

<style>
 span { border-color: #87C2FF; }

 span { border-color: rgb(135,194,255); }

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