Html Css Color HEX #88BDF0 Light Sky Blue

📋 copy color: '#88BDF0'

red 136 ◦ green 189 ◦ blue 240

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

Shades of Light Sky Blue #88BDF0

Tints of Light Sky Blue #88BDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.48%

R = 24.07%
G = 33.45%
B = 42.48%

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

#88BDF0 (or 0x88BDF0) is known color: Light Sky Blue. HEX triplet: 88, BD and F0. RGB value is (136,189,240). Sum of RGB (Red+Green+Blue) = 136+189+240=565 (74% of max value = 765). Red value is 136 (53.52% from 255 or 24.07% from 565); Green value is 189 (74.22% from 255 or 33.45% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #88BDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BDF0 is #77420F. Grayscale: #B2B2B2. Windows color (decimal): -7815696 or 15777160. OLE color: 15777160.

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

Color convert

RGB 136 189 240 -
CMYK 0.43 0.21 0 0.06
HSL 209.42º 0.78% 0.74% -
HSV(B) 209.42º 0.43% 0.94% -
XYZ 44.08 47.92 89.36 -
YUV 178.97 162.44 97.35 -
System Red Green Blue C M Y K H S L
Decimal 136 189 240 0.43 0.21 0 0.06 209.42 0.78 0.74
Hex 88 BD F0 2B 15 0 6 D1 4E 4A
Octal 210 275 360 53 25 0 6 321 116 112
Binary 10001000 10111101 11110000 101011 10101 0 110 11010001 1001110 1001010

Color Harmonies of #88BDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BDF0

Black with #88BDF0

Text Example


Text Example

White with #88BDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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