#88C7FF

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

Shades of Light Sky Blue #88C7FF

Tints of Light Sky Blue #88C7FF

Color information

#88C7FF (or 0x88C7FF) is unknown color: approx Light Sky Blue. HEX triplet: 88, C7 and FF. RGB value is (136,199,255). Sum of RGB (Red+Green+Blue) = 136+199+255=590 (78% of max value = 765). Red value is 136 (53.52% from 255 or 23.05% from 590); Green value is 199 (78.12% from 255 or 33.73% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #88C7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C7FF is #773800. Grayscale: #BABABA. Windows color (decimal): -7813121 or 16762760. OLE color: 16762760.

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

Color convert

RGB136199255-
CMYK0.470.2200
HSL208.24º100%76.67%-
HSV(B)208.24º46.67%100%-
XYZ48.6353.3102.33-
YUV186.55166.6391.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 23.05%
GREEN value IS 199 (78.12% from 255) = 33.73%
BLUE value IS 255 (100% from 255) = 43.22%
R=23.05%
G=33.73%
B=43.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1361992550.470.2200208.2410076.67
Hex88C7FF2F1600d0644d
Octal210307377572600320144115
Binary10001000110001111111111110111110110001101000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88C7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88C7FF; }

 p { color: rgb(136,199,255); }

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

<style>
 a { background-color: #88C7FF; }

 a { background-color: rgb(136,199,255); }

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

<style>
 span { border-color: #88C7FF; }

 span { border-color: rgb(136,199,255); }

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