Html Css Color HEX #96B3E5 Perano

📋 copy color: '#96B3E5'

red 150 ◦ green 179 ◦ blue 229

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

Shades of Perano #96B3E5

Tints of Perano #96B3E5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.08%

 BLUE value IS 229 (89.84% from 255) = 41.04%

R = 26.88%
G = 32.08%
B = 41.04%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#96B3E5 (or 0x96B3E5) is known color: Perano. HEX triplet: 96, B3 and E5. RGB value is (150,179,229). Sum of RGB (Red+Green+Blue) = 150+179+229=558 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.88% from 558); Green value is 179 (70.31% from 255 or 32.08% from 558); Blue value is 229 (89.84% from 255 or 41.04% from 558); Max value from RGB is 229 - color contains mainly: blue. Hex color #96B3E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B3E5 is #694C1A. Grayscale: #AFAFAF. Windows color (decimal): -6900763 or 15053718. OLE color: 15053718.

HSL color Cylindrical-coordinate representation of color #96B3E5: hue angle of 217.97º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96B3E5 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 179 229 -
CMYK 0.34 0.22 0 0.10
HSL 217.97º 0.6% 0.74% -
HSV(B) 217.97º 0.34% 0.9% -
XYZ 42.84 44.38 80.44 -
YUV 176.03 157.89 109.43 -
System Red Green Blue C M Y K H S L
Decimal 150 179 229 0.34 0.22 0 0.10 217.97 0.6 0.74
Hex 96 B3 E5 22 16 0 A DA 3C 4A
Octal 226 263 345 42 26 0 12 332 74 112
Binary 10010110 10110011 11100101 100010 10110 0 1010 11011010 111100 1001010

Color Harmonies of #96B3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B3E5

Black with #96B3E5

Text Example


Text Example

White with #96B3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,229); }

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

background-color css

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

 a { background-color: rgb(150,179,229); }

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

border-color css

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

 span { border-color: rgb(150,179,229); }

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