Html Css Color HEX #96C0FD Light Sky Blue

📋 copy color: '#96C0FD'

red 150 ◦ green 192 ◦ blue 253

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

Shades of Light Sky Blue #96C0FD

Tints of Light Sky Blue #96C0FD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.27%

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

R = 25.21%
G = 32.27%
B = 42.52%

CMYK

 C value IS 0.41

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96C0FD (or 0x96C0FD) is known color: Light Sky Blue. HEX triplet: 96, C0 and FD. RGB value is (150,192,253). Sum of RGB (Red+Green+Blue) = 150+192+253=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 192 (75.39% from 255 or 32.27% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #96C0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96C0FD is #693F02. Grayscale: #BABABA. Windows color (decimal): -6897411 or 16629910. OLE color: 16629910.

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

Color convert

RGB 150 192 253 -
CMYK 0.41 0.24 0 0.01
HSL 215.53º 0.96% 0.79% -
HSV(B) 215.53º 0.41% 0.99% -
XYZ 49.16 51.28 100.23 -
YUV 186.4 165.59 102.04 -
System Red Green Blue C M Y K H S L
Decimal 150 192 253 0.41 0.24 0 0.01 215.53 0.96 0.79
Hex 96 C0 FD 29 18 0 1 D8 60 4F
Octal 226 300 375 51 30 0 1 330 140 117
Binary 10010110 11000000 11111101 101001 11000 0 1 11011000 1100000 1001111

Color Harmonies of #96C0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C0FD

Black with #96C0FD

Text Example


Text Example

White with #96C0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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