Html Css Color HEX #88BAFF Light Sky Blue

📋 copy color: '#88BAFF'

red 136 ◦ green 186 ◦ blue 255

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

Shades of Light Sky Blue #88BAFF

Tints of Light Sky Blue #88BAFF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.24%

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

R = 23.57%
G = 32.24%
B = 44.19%

CMYK

 C value IS 0.47

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#88BAFF (or 0x88BAFF) is known color: Light Sky Blue. HEX triplet: 88, BA and FF. RGB value is (136,186,255). Sum of RGB (Red+Green+Blue) = 136+186+255=577 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.57% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #88BAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BAFF is #774500. Grayscale: #B2B2B2. Windows color (decimal): -7816449 or 16759432. OLE color: 16759432.

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

Color convert

RGB 136 186 255 -
CMYK 0.47 0.27 0 0
HSL 214.79º 1% 0.77% -
HSV(B) 214.79º 0.47% 1% -
XYZ 45.76 47.57 101.38 -
YUV 178.92 170.94 97.39 -
System Red Green Blue C M Y K H S L
Decimal 136 186 255 0.47 0.27 0 0 214.79 1 0.77
Hex 88 BA FF 2F 1B 0 0 D7 64 4D
Octal 210 272 377 57 33 0 0 327 144 115
Binary 10001000 10111010 11111111 101111 11011 0 0 11010111 1100100 1001101

Color Harmonies of #88BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BAFF

Black with #88BAFF

Text Example


Text Example

White with #88BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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