Html Css Color HEX #96BEFF Light Sky Blue

📋 copy color: '#96BEFF'

red 150 ◦ green 190 ◦ blue 255

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

Shades of Light Sky Blue #96BEFF

Tints of Light Sky Blue #96BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.93%

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

R = 25.21%
G = 31.93%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#96BEFF (or 0x96BEFF) is known color: Light Sky Blue. HEX triplet: 96, BE and FF. RGB value is (150,190,255). Sum of RGB (Red+Green+Blue) = 150+190+255=595 (78% of max value = 765). Red value is 150 (58.98% from 255 or 25.21% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #96BEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96BEFF is #694100. Grayscale: #B9B9B9. Windows color (decimal): -6897921 or 16760470. OLE color: 16760470.

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

Color convert

RGB 150 190 255 -
CMYK 0.41 0.25 0 0
HSL 217.14º 1% 0.79% -
HSV(B) 217.14º 0.41% 1% -
XYZ 49.04 50.53 101.78 -
YUV 185.45 167.25 102.71 -
System Red Green Blue C M Y K H S L
Decimal 150 190 255 0.41 0.25 0 0 217.14 1 0.79
Hex 96 BE FF 29 19 0 0 D9 64 4F
Octal 226 276 377 51 31 0 0 331 144 117
Binary 10010110 10111110 11111111 101001 11001 0 0 11011001 1100100 1001111

Color Harmonies of #96BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BEFF

Black with #96BEFF

Text Example


Text Example

White with #96BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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