Html Css Color HEX #88C0EF Light Sky Blue

📋 copy color: '#88C0EF'

red 136 ◦ green 192 ◦ blue 239

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

Shades of Light Sky Blue #88C0EF

Tints of Light Sky Blue #88C0EF

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.86%

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 23.99%
G = 33.86%
B = 42.15%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#88C0EF (or 0x88C0EF) is known color: Light Sky Blue. HEX triplet: 88, C0 and EF. RGB value is (136,192,239). Sum of RGB (Red+Green+Blue) = 136+192+239=567 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.99% from 567); Green value is 192 (75.39% from 255 or 33.86% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #88C0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88C0EF is #773F10. Grayscale: #B4B4B4. Windows color (decimal): -7814929 or 15712392. OLE color: 15712392.

HSL color Cylindrical-coordinate representation of color #88C0EF: hue angle of 207.38º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88C0EF is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 192 239 -
CMYK 0.43 0.20 0 0.06
HSL 207.38º 0.76% 0.74% -
HSV(B) 207.38º 0.43% 0.94% -
XYZ 44.58 49.17 88.8 -
YUV 180.61 160.95 96.18 -
System Red Green Blue C M Y K H S L
Decimal 136 192 239 0.43 0.20 0 0.06 207.38 0.76 0.74
Hex 88 C0 EF 2B 14 0 6 CF 4C 4A
Octal 210 300 357 53 24 0 6 317 114 112
Binary 10001000 11000000 11101111 101011 10100 0 110 11001111 1001100 1001010

Color Harmonies of #88C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C0EF

Black with #88C0EF

Text Example


Text Example

White with #88C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,192,239); }

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

background-color css

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

 a { background-color: rgb(136,192,239); }

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

border-color css

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

 span { border-color: rgb(136,192,239); }

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