Html Css Color HEX #88BDEF Light Sky Blue

📋 copy color: '#88BDEF'

red 136 ◦ green 189 ◦ blue 239

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

Shades of Light Sky Blue #88BDEF

Tints of Light Sky Blue #88BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.51%

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

R = 24.11%
G = 33.51%
B = 42.38%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#88BDEF (or 0x88BDEF) is known color: Light Sky Blue. HEX triplet: 88, BD and EF. RGB value is (136,189,239). Sum of RGB (Red+Green+Blue) = 136+189+239=564 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.11% from 564); Green value is 189 (74.22% from 255 or 33.51% from 564); Blue value is 239 (93.75% from 255 or 42.38% from 564); Max value from RGB is 239 - color contains mainly: blue. Hex color #88BDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BDEF is #774210. Grayscale: #B2B2B2. Windows color (decimal): -7815697 or 15711624. OLE color: 15711624.

HSL color Cylindrical-coordinate representation of color #88BDEF: hue angle of 209.13º 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 #88BDEF is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 189 239 -
CMYK 0.43 0.21 0 0.06
HSL 209.13º 0.76% 0.74% -
HSV(B) 209.13º 0.43% 0.94% -
XYZ 43.93 47.86 88.58 -
YUV 178.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 136 189 239 0.43 0.21 0 0.06 209.13 0.76 0.74
Hex 88 BD EF 2B 15 0 6 D1 4C 4A
Octal 210 275 357 53 25 0 6 321 114 112
Binary 10001000 10111101 11101111 101011 10101 0 110 11010001 1001100 1001010

Color Harmonies of #88BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BDEF

Black with #88BDEF

Text Example


Text Example

White with #88BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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