Html Css Color HEX #96D0F9 Light Sky Blue

📋 copy color: '#96D0F9'

red 150 ◦ green 208 ◦ blue 249

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

Shades of Light Sky Blue #96D0F9

Tints of Light Sky Blue #96D0F9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.27%

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

R = 24.71%
G = 34.27%
B = 41.02%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96D0F9 (or 0x96D0F9) is known color: Light Sky Blue. HEX triplet: 96, D0 and F9. RGB value is (150,208,249). Sum of RGB (Red+Green+Blue) = 150+208+249=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 208 (81.64% from 255 or 34.27% from 607); Blue value is 249 (97.66% from 255 or 41.02% from 607); Max value from RGB is 249 - color contains mainly: blue. Hex color #96D0F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96D0F9 is #692F06. Grayscale: #C3C3C3. Windows color (decimal): -6893319 or 16371862. OLE color: 16371862.

HSL color Cylindrical-coordinate representation of color #96D0F9: hue angle of 204.85º 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 #96D0F9 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 208 249 -
CMYK 0.40 0.16 0 0.02
HSL 204.85º 0.89% 0.78% -
HSV(B) 204.85º 0.4% 0.98% -
XYZ 52.23 58.44 98.15 -
YUV 195.33 158.28 95.67 -
System Red Green Blue C M Y K H S L
Decimal 150 208 249 0.40 0.16 0 0.02 204.85 0.89 0.78
Hex 96 D0 F9 28 10 0 2 CD 59 4E
Octal 226 320 371 50 20 0 2 315 131 116
Binary 10010110 11010000 11111001 101000 10000 0 10 11001101 1011001 1001110

Color Harmonies of #96D0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96D0F9

Black with #96D0F9

Text Example


Text Example

White with #96D0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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