Html Css Color HEX #96C5FD Light Sky Blue

📋 copy color: '#96C5FD'

red 150 ◦ green 197 ◦ blue 253

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

Shades of Light Sky Blue #96C5FD

Tints of Light Sky Blue #96C5FD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.83%

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

R = 25%
G = 32.83%
B = 42.17%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96C5FD (or 0x96C5FD) is known color: Light Sky Blue. HEX triplet: 96, C5 and FD. RGB value is (150,197,253). Sum of RGB (Red+Green+Blue) = 150+197+253=600 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #96C5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C5FD is #693A02. Grayscale: #BDBDBD. Windows color (decimal): -6896131 or 16631190. OLE color: 16631190.

HSL color Cylindrical-coordinate representation of color #96C5FD: hue angle of 212.62º 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 #96C5FD is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 150 197 253 -
CMYK 0.41 0.22 0 0.01
HSL 212.62º 0.96% 0.79% -
HSV(B) 212.62º 0.41% 0.99% -
XYZ 50.27 53.51 100.61 -
YUV 189.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 150 197 253 0.41 0.22 0 0.01 212.62 0.96 0.79
Hex 96 C5 FD 29 16 0 1 D5 60 4F
Octal 226 305 375 51 26 0 1 325 140 117
Binary 10010110 11000101 11111101 101001 10110 0 1 11010101 1100000 1001111

Color Harmonies of #96C5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C5FD

Black with #96C5FD

Text Example


Text Example

White with #96C5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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