Html Css Color HEX #96CEFA Light Sky Blue

📋 copy color: '#96CEFA'

red 150 ◦ green 206 ◦ blue 250

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

Shades of Light Sky Blue #96CEFA

Tints of Light Sky Blue #96CEFA

RGB

 RED value IS 150 (58.98% from 255) = 24.75%

 GREEN value IS 206 (80.86% from 255) = 33.99%

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

R = 24.75%
G = 33.99%
B = 41.25%

CMYK

 C value IS 0.4

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96CEFA (or 0x96CEFA) is known color: Light Sky Blue. HEX triplet: 96, CE and FA. RGB value is (150,206,250). Sum of RGB (Red+Green+Blue) = 150+206+250=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #96CEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CEFA is #693105. Grayscale: #C2C2C2. Windows color (decimal): -6893830 or 16436886. OLE color: 16436886.

HSL color Cylindrical-coordinate representation of color #96CEFA: hue angle of 206.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96CEFA is Cyan = 0.4, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 206 250 -
CMYK 0.4 0.18 0 0.02
HSL 206.4º 0.91% 0.78% -
HSV(B) 206.4º 0.4% 0.98% -
XYZ 51.9 57.53 98.81 -
YUV 194.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 150 206 250 0.4 0.18 0 0.02 206.4 0.91 0.78
Hex 96 CE FA 28 12 0 2 CE 5B 4E
Octal 226 316 372 50 22 0 2 316 133 116
Binary 10010110 11001110 11111010 101000 10010 0 10 11001110 1011011 1001110

Color Harmonies of #96CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CEFA

Black with #96CEFA

Text Example


Text Example

White with #96CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96CEFA; }

 p { color: rgb(150,206,250); }

 H1.HeaderClassName
 {
   color: #96CEFA;
 }
 .AnyTagClassName
 {
   color: #96CEFA;
 }
</style>

background-color css

<style>
 a { background-color: #96CEFA; }

 a { background-color: rgb(150,206,250); }

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

border-color css

<style>
 span { border-color: #96CEFA; }

 span { border-color: rgb(150,206,250); }

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