Html Css Color HEX #96C8FE Light Sky Blue

📋 copy color: '#96C8FE'

red 150 ◦ green 200 ◦ blue 254

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

Shades of Light Sky Blue #96C8FE

Tints of Light Sky Blue #96C8FE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.11%

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

R = 24.83%
G = 33.11%
B = 42.05%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#96C8FE (or 0x96C8FE) is known color: Light Sky Blue. HEX triplet: 96, C8 and FE. RGB value is (150,200,254). Sum of RGB (Red+Green+Blue) = 150+200+254=604 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.83% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #96C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C8FE is #693701. Grayscale: #BEBEBE. Windows color (decimal): -6895362 or 16697494. OLE color: 16697494.

HSL color Cylindrical-coordinate representation of color #96C8FE: hue angle of 211.15º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96C8FE is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 200 254 -
CMYK 0.41 0.21 0 0.00
HSL 211.15º 0.98% 0.79% -
HSV(B) 211.15º 0.41% 1% -
XYZ 51.12 54.95 101.68 -
YUV 191.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 150 200 254 0.41 0.21 0 0.00 211.15 0.98 0.79
Hex 96 C8 FE 29 15 0 0 D3 62 4F
Octal 226 310 376 51 25 0 0 323 142 117
Binary 10010110 11001000 11111110 101001 10101 0 0 11010011 1100010 1001111

Color Harmonies of #96C8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C8FE

Black with #96C8FE

Text Example


Text Example

White with #96C8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,200,254); }

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

background-color css

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

 a { background-color: rgb(150,200,254); }

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

border-color css

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

 span { border-color: rgb(150,200,254); }

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