Html Css Color HEX #96CFFE Light Sky Blue

📋 copy color: '#96CFFE'

red 150 ◦ green 207 ◦ blue 254

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

Shades of Light Sky Blue #96CFFE

Tints of Light Sky Blue #96CFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.57%

R = 24.55%
G = 33.88%
B = 41.57%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#96CFFE (or 0x96CFFE) is known color: Light Sky Blue. HEX triplet: 96, CF and FE. RGB value is (150,207,254). Sum of RGB (Red+Green+Blue) = 150+207+254=611 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.55% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #96CFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFFE is #693001. Grayscale: #C3C3C3. Windows color (decimal): -6893570 or 16699286. OLE color: 16699286.

HSL color Cylindrical-coordinate representation of color #96CFFE: hue angle of 207.12º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96CFFE is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 150 207 254 -
CMYK 0.41 0.19 0 0.00
HSL 207.12º 0.98% 0.79% -
HSV(B) 207.12º 0.41% 1% -
XYZ 52.78 58.27 102.23 -
YUV 195.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 150 207 254 0.41 0.19 0 0.00 207.12 0.98 0.79
Hex 96 CF FE 29 13 0 0 CF 62 4F
Octal 226 317 376 51 23 0 0 317 142 117
Binary 10010110 11001111 11111110 101001 10011 0 0 11001111 1100010 1001111

Color Harmonies of #96CFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFFE

Black with #96CFFE

Text Example


Text Example

White with #96CFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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