Html Css Color HEX #88CBF2 Light Sky Blue

📋 copy color: '#88CBF2'

red 136 ◦ green 203 ◦ blue 242

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

Shades of Light Sky Blue #88CBF2

Tints of Light Sky Blue #88CBF2

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.94%

 BLUE value IS 242 (94.92% from 255) = 41.65%

R = 23.41%
G = 34.94%
B = 41.65%

CMYK

 C value IS 0.44

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#88CBF2 (or 0x88CBF2) is known color: Light Sky Blue. HEX triplet: 88, CB and F2. RGB value is (136,203,242). Sum of RGB (Red+Green+Blue) = 136+203+242=581 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.41% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 242 (94.92% from 255 or 41.65% from 581); Max value from RGB is 242 - color contains mainly: blue. Hex color #88CBF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88CBF2 is #77340D. Grayscale: #BBBBBB. Windows color (decimal): -7812110 or 15911816. OLE color: 15911816.

HSL color Cylindrical-coordinate representation of color #88CBF2: hue angle of 202.08º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88CBF2 is Cyan = 0.44, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 136 203 242 -
CMYK 0.44 0.16 0 0.05
HSL 202.08º 0.8% 0.74% -
HSV(B) 202.08º 0.44% 0.95% -
XYZ 47.54 54.36 91.99 -
YUV 187.41 158.8 91.33 -
System Red Green Blue C M Y K H S L
Decimal 136 203 242 0.44 0.16 0 0.05 202.08 0.8 0.74
Hex 88 CB F2 2C 10 0 5 CA 50 4A
Octal 210 313 362 54 20 0 5 312 120 112
Binary 10001000 11001011 11110010 101100 10000 0 101 11001010 1010000 1001010

Color Harmonies of #88CBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CBF2

Black with #88CBF2

Text Example


Text Example

White with #88CBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,203,242); }

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

background-color css

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

 a { background-color: rgb(136,203,242); }

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

border-color css

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

 span { border-color: rgb(136,203,242); }

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