Html Css Color HEX #96C8FD Light Sky Blue

📋 copy color: '#96C8FD'

red 150 ◦ green 200 ◦ blue 253

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

Shades of Light Sky Blue #96C8FD

Tints of Light Sky Blue #96C8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.96%

R = 24.88%
G = 33.17%
B = 41.96%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96C8FD (or 0x96C8FD) is known color: Light Sky Blue. HEX triplet: 96, C8 and FD. RGB value is (150,200,253). Sum of RGB (Red+Green+Blue) = 150+200+253=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #96C8FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C8FD is #693702. Grayscale: #BEBEBE. Windows color (decimal): -6895363 or 16631958. OLE color: 16631958.

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

Color convert

RGB 150 200 253 -
CMYK 0.41 0.21 0 0.01
HSL 210.87º 0.96% 0.79% -
HSV(B) 210.87º 0.41% 0.99% -
XYZ 50.96 54.88 100.84 -
YUV 191.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 150 200 253 0.41 0.21 0 0.01 210.87 0.96 0.79
Hex 96 C8 FD 29 15 0 1 D3 60 4F
Octal 226 310 375 51 25 0 1 323 140 117
Binary 10010110 11001000 11111101 101001 10101 0 1 11010011 1100000 1001111

Color Harmonies of #96C8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C8FD

Black with #96C8FD

Text Example


Text Example

White with #96C8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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