Html Css Color HEX #96BCFF Light Sky Blue

📋 copy color: '#96BCFF'

red 150 ◦ green 188 ◦ blue 255

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

Shades of Light Sky Blue #96BCFF

Tints of Light Sky Blue #96BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.7%

 BLUE value IS 255 (100% from 255) = 43%

R = 25.3%
G = 31.7%
B = 43%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96BCFF (or 0x96BCFF) is known color: Light Sky Blue. HEX triplet: 96, BC and FF. RGB value is (150,188,255). Sum of RGB (Red+Green+Blue) = 150+188+255=593 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.30% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #96BCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BCFF is #694300. Grayscale: #B7B7B7. Windows color (decimal): -6898433 or 16759958. OLE color: 16759958.

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

Color convert

RGB 150 188 255 -
CMYK 0.41 0.26 0 0
HSL 218.29º 1% 0.79% -
HSV(B) 218.29º 0.41% 1% -
XYZ 48.61 49.67 101.63 -
YUV 184.28 167.91 103.55 -
System Red Green Blue C M Y K H S L
Decimal 150 188 255 0.41 0.26 0 0 218.29 1 0.79
Hex 96 BC FF 29 1A 0 0 DA 64 4F
Octal 226 274 377 51 32 0 0 332 144 117
Binary 10010110 10111100 11111111 101001 11010 0 0 11011010 1100100 1001111

Color Harmonies of #96BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BCFF

Black with #96BCFF

Text Example


Text Example

White with #96BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,188,255); }

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

background-color css

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

 a { background-color: rgb(150,188,255); }

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

border-color css

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

 span { border-color: rgb(150,188,255); }

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