Html Css Color HEX #9BB1EB Perano

📋 copy color: '#9BB1EB'

red 155 ◦ green 177 ◦ blue 235

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

Shades of Perano #9BB1EB

Tints of Perano #9BB1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.22%

 BLUE value IS 235 (92.19% from 255) = 41.45%

R = 27.34%
G = 31.22%
B = 41.45%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BB1EB (or 0x9BB1EB) is known color: Perano. HEX triplet: 9B, B1 and EB. RGB value is (155,177,235). Sum of RGB (Red+Green+Blue) = 155+177+235=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BB1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB1EB is #644E14. Grayscale: #B0B0B0. Windows color (decimal): -6573589 or 15446427. OLE color: 15446427.

HSL color Cylindrical-coordinate representation of color #9BB1EB: hue angle of 223.5º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BB1EB is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 177 235 -
CMYK 0.34 0.25 0 0.08
HSL 223.5º 0.67% 0.76% -
HSV(B) 223.5º 0.34% 0.92% -
XYZ 44.24 44.41 84.84 -
YUV 177.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 155 177 235 0.34 0.25 0 0.08 223.5 0.67 0.76
Hex 9B B1 EB 22 19 0 8 E0 43 4C
Octal 233 261 353 42 31 0 10 340 103 114
Binary 10011011 10110001 11101011 100010 11001 0 1000 11100000 1000011 1001100

Color Harmonies of #9BB1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB1EB

Black with #9BB1EB

Text Example


Text Example

White with #9BB1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,177,235); }

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

background-color css

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

 a { background-color: rgb(155,177,235); }

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

border-color css

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

 span { border-color: rgb(155,177,235); }

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