Html Css Color HEX #96B7ED Perano

📋 copy color: '#96B7ED'

red 150 ◦ green 183 ◦ blue 237

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

Shades of Perano #96B7ED

Tints of Perano #96B7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 26.32%
G = 32.11%
B = 41.58%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#96B7ED (or 0x96B7ED) is known color: Perano. HEX triplet: 96, B7 and ED. RGB value is (150,183,237). Sum of RGB (Red+Green+Blue) = 150+183+237=570 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.32% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #96B7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #96B7ED is #694812. Grayscale: #B3B3B3. Windows color (decimal): -6899731 or 15579030. OLE color: 15579030.

HSL color Cylindrical-coordinate representation of color #96B7ED: hue angle of 217.24º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96B7ED is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 183 237 -
CMYK 0.37 0.23 0 0.07
HSL 217.24º 0.71% 0.76% -
HSV(B) 217.24º 0.37% 0.93% -
XYZ 44.8 46.47 86.73 -
YUV 179.29 160.57 107.11 -
System Red Green Blue C M Y K H S L
Decimal 150 183 237 0.37 0.23 0 0.07 217.24 0.71 0.76
Hex 96 B7 ED 25 17 0 7 D9 47 4C
Octal 226 267 355 45 27 0 7 331 107 114
Binary 10010110 10110111 11101101 100101 10111 0 111 11011001 1000111 1001100

Color Harmonies of #96B7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B7ED

Black with #96B7ED

Text Example


Text Example

White with #96B7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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