Html Css Color HEX #9BB7E3 Perano

📋 copy color: '#9BB7E3'

red 155 ◦ green 183 ◦ blue 227

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

Shades of Perano #9BB7E3

Tints of Perano #9BB7E3

RGB

 RED value IS 155 (60.94% from 255) = 27.43%

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

 BLUE value IS 227 (89.06% from 255) = 40.18%

R = 27.43%
G = 32.39%
B = 40.18%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9BB7E3 (or 0x9BB7E3) is known color: Perano. HEX triplet: 9B, B7 and E3. RGB value is (155,183,227). Sum of RGB (Red+Green+Blue) = 155+183+227=565 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.43% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 227 (89.06% from 255 or 40.18% from 565); Max value from RGB is 227 - color contains mainly: blue. Hex color #9BB7E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB7E3 is #64481C. Grayscale: #B3B3B3. Windows color (decimal): -6572061 or 14923675. OLE color: 14923675.

HSL color Cylindrical-coordinate representation of color #9BB7E3: hue angle of 216.67º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BB7E3 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 183 227 -
CMYK 0.32 0.19 0 0.11
HSL 216.67º 0.56% 0.75% -
HSV(B) 216.67º 0.32% 0.89% -
XYZ 44.32 46.38 79.29 -
YUV 179.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 155 183 227 0.32 0.19 0 0.11 216.67 0.56 0.75
Hex 9B B7 E3 20 13 0 B D9 38 4B
Octal 233 267 343 40 23 0 13 331 70 113
Binary 10011011 10110111 11100011 100000 10011 0 1011 11011001 111000 1001011

Color Harmonies of #9BB7E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB7E3

Black with #9BB7E3

Text Example


Text Example

White with #9BB7E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB7E3; }

 p { color: rgb(155,183,227); }

 H1.HeaderClassName
 {
   color: #9BB7E3;
 }
 .AnyTagClassName
 {
   color: #9BB7E3;
 }
</style>

background-color css

<style>
 a { background-color: #9BB7E3; }

 a { background-color: rgb(155,183,227); }

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

border-color css

<style>
 span { border-color: #9BB7E3; }

 span { border-color: rgb(155,183,227); }

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