Html Css Color HEX #88C2FF Light Sky Blue

📋 copy color: '#88C2FF'

red 136 ◦ green 194 ◦ blue 255

#88C2FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sky Blue #88C2FF

Tints of Light Sky Blue #88C2FF

RGB

 RED value IS 136 (53.52% from 255) = 23.25%

 GREEN value IS 194 (76.17% from 255) = 33.16%

 BLUE value IS 255 (100% from 255) = 43.59%

R = 23.25%
G = 33.16%
B = 43.59%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#88C2FF (or 0x88C2FF) is known color: Light Sky Blue. HEX triplet: 88, C2 and FF. RGB value is (136,194,255). Sum of RGB (Red+Green+Blue) = 136+194+255=585 (77% of max value = 765). Red value is 136 (53.52% from 255 or 23.25% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #88C2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C2FF is #773D00. Grayscale: #B7B7B7. Windows color (decimal): -7814401 or 16761480. OLE color: 16761480.

HSL color Cylindrical-coordinate representation of color #88C2FF: hue angle of 210.76º 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 #88C2FF is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 194 255 -
CMYK 0.47 0.24 0 0
HSL 210.76º 1% 0.77% -
HSV(B) 210.76º 0.47% 1% -
XYZ 47.5 51.04 101.96 -
YUV 183.61 168.28 94.04 -
System Red Green Blue C M Y K H S L
Decimal 136 194 255 0.47 0.24 0 0 210.76 1 0.77
Hex 88 C2 FF 2F 18 0 0 D3 64 4D
Octal 210 302 377 57 30 0 0 323 144 115
Binary 10001000 11000010 11111111 101111 11000 0 0 11010011 1100100 1001101

Color Harmonies of #88C2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C2FF

Black with #88C2FF

Text Example


Text Example

White with #88C2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88C2FF;
 }
 .AnyTagClassName
 {
   color: #88C2FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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