Html Css Color HEX #96BFFD Light Sky Blue

📋 copy color: '#96BFFD'

red 150 ◦ green 191 ◦ blue 253

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

Shades of Light Sky Blue #96BFFD

Tints of Light Sky Blue #96BFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 32.15%

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

R = 25.25%
G = 32.15%
B = 42.59%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#96BFFD (or 0x96BFFD) is known color: Light Sky Blue. HEX triplet: 96, BF and FD. RGB value is (150,191,253). Sum of RGB (Red+Green+Blue) = 150+191+253=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #96BFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BFFD is #694002. Grayscale: #B9B9B9. Windows color (decimal): -6897667 or 16629654. OLE color: 16629654.

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

Color convert

RGB 150 191 253 -
CMYK 0.41 0.25 0 0.01
HSL 216.12º 0.96% 0.79% -
HSV(B) 216.12º 0.41% 0.99% -
XYZ 48.94 50.84 100.16 -
YUV 185.81 165.92 102.46 -
System Red Green Blue C M Y K H S L
Decimal 150 191 253 0.41 0.25 0 0.01 216.12 0.96 0.79
Hex 96 BF FD 29 19 0 1 D8 60 4F
Octal 226 277 375 51 31 0 1 330 140 117
Binary 10010110 10111111 11111101 101001 11001 0 1 11011000 1100000 1001111

Color Harmonies of #96BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BFFD

Black with #96BFFD

Text Example


Text Example

White with #96BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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