Html Css Color HEX #96CFFA Light Sky Blue

📋 copy color: '#96CFFA'

red 150 ◦ green 207 ◦ blue 250

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

Shades of Light Sky Blue #96CFFA

Tints of Light Sky Blue #96CFFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.19%

R = 24.71%
G = 34.1%
B = 41.19%

CMYK

 C value IS 0.4

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#96CFFA (or 0x96CFFA) is known color: Light Sky Blue. HEX triplet: 96, CF and FA. RGB value is (150,207,250). Sum of RGB (Red+Green+Blue) = 150+207+250=607 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.71% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #96CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96CFFA is #693005. Grayscale: #C2C2C2. Windows color (decimal): -6893574 or 16437142. OLE color: 16437142.

HSL color Cylindrical-coordinate representation of color #96CFFA: hue angle of 205.8º degrees, saturation: 0.91, 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 #96CFFA is Cyan = 0.4, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 207 250 -
CMYK 0.4 0.17 0 0.02
HSL 205.8º 0.91% 0.78% -
HSV(B) 205.8º 0.4% 0.98% -
XYZ 52.15 58.01 98.89 -
YUV 194.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 150 207 250 0.4 0.17 0 0.02 205.8 0.91 0.78
Hex 96 CF FA 28 11 0 2 CE 5B 4E
Octal 226 317 372 50 21 0 2 316 133 116
Binary 10010110 11001111 11111010 101000 10001 0 10 11001110 1011011 1001110

Color Harmonies of #96CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CFFA

Black with #96CFFA

Text Example


Text Example

White with #96CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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