Html Css Color HEX #96C2FD Light Sky Blue

📋 copy color: '#96C2FD'

red 150 ◦ green 194 ◦ blue 253

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

Shades of Light Sky Blue #96C2FD

Tints of Light Sky Blue #96C2FD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.5%

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

R = 25.13%
G = 32.5%
B = 42.38%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96C2FD (or 0x96C2FD) is known color: Light Sky Blue. HEX triplet: 96, C2 and FD. RGB value is (150,194,253). Sum of RGB (Red+Green+Blue) = 150+194+253=597 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.13% from 597); Green value is 194 (76.17% from 255 or 32.50% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #96C2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C2FD is #693D02. Grayscale: #BBBBBB. Windows color (decimal): -6896899 or 16630422. OLE color: 16630422.

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

Color convert

RGB 150 194 253 -
CMYK 0.41 0.23 0 0.01
HSL 214.37º 0.96% 0.79% -
HSV(B) 214.37º 0.41% 0.99% -
XYZ 49.6 52.16 100.38 -
YUV 187.57 164.92 101.2 -
System Red Green Blue C M Y K H S L
Decimal 150 194 253 0.41 0.23 0 0.01 214.37 0.96 0.79
Hex 96 C2 FD 29 17 0 1 D6 60 4F
Octal 226 302 375 51 27 0 1 326 140 117
Binary 10010110 11000010 11111101 101001 10111 0 1 11010110 1100000 1001111

Color Harmonies of #96C2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C2FD

Black with #96C2FD

Text Example


Text Example

White with #96C2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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