Html Css Color HEX #88BAFA Light Sky Blue

📋 copy color: '#88BAFA'

red 136 ◦ green 186 ◦ blue 250

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

Shades of Light Sky Blue #88BAFA

Tints of Light Sky Blue #88BAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 23.78%
G = 32.52%
B = 43.71%

CMYK

 C value IS 0.46

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#88BAFA (or 0x88BAFA) is known color: Light Sky Blue. HEX triplet: 88, BA and FA. RGB value is (136,186,250). Sum of RGB (Red+Green+Blue) = 136+186+250=572 (75% of max value = 765). Red value is 136 (53.52% from 255 or 23.78% from 572); Green value is 186 (73.05% from 255 or 32.52% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #88BAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #88BAFA is #774505. Grayscale: #B2B2B2. Windows color (decimal): -7816454 or 16431752. OLE color: 16431752.

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

Color convert

RGB 136 186 250 -
CMYK 0.46 0.26 0 0.02
HSL 213.68º 0.92% 0.76% -
HSV(B) 213.68º 0.46% 0.98% -
XYZ 44.97 47.25 97.19 -
YUV 178.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 136 186 250 0.46 0.26 0 0.02 213.68 0.92 0.76
Hex 88 BA FA 2E 1A 0 2 D6 5C 4C
Octal 210 272 372 56 32 0 2 326 134 114
Binary 10001000 10111010 11111010 101110 11010 0 10 11010110 1011100 1001100

Color Harmonies of #88BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BAFA

Black with #88BAFA

Text Example


Text Example

White with #88BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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