Html Css Color HEX #96CFF9 Light Sky Blue

📋 copy color: '#96CFF9'

red 150 ◦ green 207 ◦ blue 249

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

Shades of Light Sky Blue #96CFF9

Tints of Light Sky Blue #96CFF9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.16%

 BLUE value IS 249 (97.66% from 255) = 41.09%

R = 24.75%
G = 34.16%
B = 41.09%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96CFF9 (or 0x96CFF9) is known color: Light Sky Blue. HEX triplet: 96, CF and F9. RGB value is (150,207,249). Sum of RGB (Red+Green+Blue) = 150+207+249=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #96CFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFF9 is #693006. Grayscale: #C2C2C2. Windows color (decimal): -6893575 or 16371606. OLE color: 16371606.

HSL color Cylindrical-coordinate representation of color #96CFF9: hue angle of 205.45º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96CFF9 is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 207 249 -
CMYK 0.40 0.17 0 0.02
HSL 205.45º 0.89% 0.78% -
HSV(B) 205.45º 0.4% 0.98% -
XYZ 51.99 57.95 98.07 -
YUV 194.75 158.62 96.08 -
System Red Green Blue C M Y K H S L
Decimal 150 207 249 0.40 0.17 0 0.02 205.45 0.89 0.78
Hex 96 CF F9 28 11 0 2 CD 59 4E
Octal 226 317 371 50 21 0 2 315 131 116
Binary 10010110 11001111 11111001 101000 10001 0 10 11001101 1011001 1001110

Color Harmonies of #96CFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFF9

Black with #96CFF9

Text Example


Text Example

White with #96CFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,207,249); }

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

background-color css

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

 a { background-color: rgb(150,207,249); }

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

border-color css

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

 span { border-color: rgb(150,207,249); }

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