Html Css Color HEX #96BDFF Light Sky Blue

📋 copy color: '#96BDFF'

red 150 ◦ green 189 ◦ blue 255

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

Shades of Light Sky Blue #96BDFF

Tints of Light Sky Blue #96BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.82%

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

R = 25.25%
G = 31.82%
B = 42.93%

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

#96BDFF (or 0x96BDFF) is known color: Light Sky Blue. HEX triplet: 96, BD and FF. RGB value is (150,189,255). Sum of RGB (Red+Green+Blue) = 150+189+255=594 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.25% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #96BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BDFF is #694200. Grayscale: #B8B8B8. Windows color (decimal): -6898177 or 16760214. OLE color: 16760214.

HSL color Cylindrical-coordinate representation of color #96BDFF: hue angle of 217.71º 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 #96BDFF is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 150 189 255 -
CMYK 0.41 0.26 0 0
HSL 217.71º 1% 0.79% -
HSV(B) 217.71º 0.41% 1% -
XYZ 48.83 50.1 101.7 -
YUV 184.86 167.58 103.13 -
System Red Green Blue C M Y K H S L
Decimal 150 189 255 0.41 0.26 0 0 217.71 1 0.79
Hex 96 BD FF 29 1A 0 0 DA 64 4F
Octal 226 275 377 51 32 0 0 332 144 117
Binary 10010110 10111101 11111111 101001 11010 0 0 11011010 1100100 1001111

Color Harmonies of #96BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BDFF

Black with #96BDFF

Text Example


Text Example

White with #96BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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