Html Css Color HEX #88BAFE Light Sky Blue

📋 copy color: '#88BAFE'

red 136 ◦ green 186 ◦ blue 254

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

Shades of Light Sky Blue #88BAFE

Tints of Light Sky Blue #88BAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.1%

R = 23.61%
G = 32.29%
B = 44.1%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#88BAFE (or 0x88BAFE) is known color: Light Sky Blue. HEX triplet: 88, BA and FE. RGB value is (136,186,254). Sum of RGB (Red+Green+Blue) = 136+186+254=576 (76% of max value = 765). Red value is 136 (53.52% from 255 or 23.61% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #88BAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BAFE is #774501. Grayscale: #B2B2B2. Windows color (decimal): -7816450 or 16693896. OLE color: 16693896.

HSL color Cylindrical-coordinate representation of color #88BAFE: hue angle of 214.58º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88BAFE is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 136 186 254 -
CMYK 0.46 0.27 0 0.00
HSL 214.58º 0.98% 0.76% -
HSV(B) 214.58º 0.46% 1% -
XYZ 45.6 47.51 100.53 -
YUV 178.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 136 186 254 0.46 0.27 0 0.00 214.58 0.98 0.76
Hex 88 BA FE 2E 1B 0 0 D7 62 4C
Octal 210 272 376 56 33 0 0 327 142 114
Binary 10001000 10111010 11111110 101110 11011 0 0 11010111 1100010 1001100

Color Harmonies of #88BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BAFE

Black with #88BAFE

Text Example


Text Example

White with #88BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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