Html Css Color HEX #96B7E5 Perano

📋 copy color: '#96B7E5'

red 150 ◦ green 183 ◦ blue 229

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

Shades of Perano #96B7E5

Tints of Perano #96B7E5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.56%

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

R = 26.69%
G = 32.56%
B = 40.75%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#96B7E5 (or 0x96B7E5) is known color: Perano. HEX triplet: 96, B7 and E5. RGB value is (150,183,229). Sum of RGB (Red+Green+Blue) = 150+183+229=562 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.69% from 562); Green value is 183 (71.88% from 255 or 32.56% from 562); Blue value is 229 (89.84% from 255 or 40.75% from 562); Max value from RGB is 229 - color contains mainly: blue. Hex color #96B7E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96B7E5 is #69481A. Grayscale: #B2B2B2. Windows color (decimal): -6899739 or 15054742. OLE color: 15054742.

HSL color Cylindrical-coordinate representation of color #96B7E5: hue angle of 214.94º 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 #96B7E5 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 183 229 -
CMYK 0.34 0.20 0 0.10
HSL 214.94º 0.6% 0.74% -
HSV(B) 214.94º 0.34% 0.9% -
XYZ 43.65 46.01 80.71 -
YUV 178.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 150 183 229 0.34 0.20 0 0.10 214.94 0.6 0.74
Hex 96 B7 E5 22 14 0 A D7 3C 4A
Octal 226 267 345 42 24 0 12 327 74 112
Binary 10010110 10110111 11100101 100010 10100 0 1010 11010111 111100 1001010

Color Harmonies of #96B7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B7E5

Black with #96B7E5

Text Example


Text Example

White with #96B7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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