Html Css Color HEX #9BAEE1 Perano

📋 copy color: '#9BAEE1'

red 155 ◦ green 174 ◦ blue 225

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

Shades of Perano #9BAEE1

Tints of Perano #9BAEE1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.41%

 BLUE value IS 225 (88.28% from 255) = 40.61%

R = 27.98%
G = 31.41%
B = 40.61%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9BAEE1 (or 0x9BAEE1) is known color: Perano. HEX triplet: 9B, AE and E1. RGB value is (155,174,225). Sum of RGB (Red+Green+Blue) = 155+174+225=554 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.98% from 554); Green value is 174 (68.36% from 255 or 31.41% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #9BAEE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEE1 is #64511E. Grayscale: #ADADAD. Windows color (decimal): -6574367 or 14790299. OLE color: 14790299.

HSL color Cylindrical-coordinate representation of color #9BAEE1: hue angle of 223.71º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9BAEE1 is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 174 225 -
CMYK 0.31 0.23 0 0.12
HSL 223.71º 0.54% 0.75% -
HSV(B) 223.71º 0.31% 0.88% -
XYZ 42.24 42.68 77.25 -
YUV 174.13 156.71 114.35 -
System Red Green Blue C M Y K H S L
Decimal 155 174 225 0.31 0.23 0 0.12 223.71 0.54 0.75
Hex 9B AE E1 1F 17 0 C E0 36 4B
Octal 233 256 341 37 27 0 14 340 66 113
Binary 10011011 10101110 11100001 11111 10111 0 1100 11100000 110110 1001011

Color Harmonies of #9BAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEE1

Black with #9BAEE1

Text Example


Text Example

White with #9BAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,225); }

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

background-color css

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

 a { background-color: rgb(155,174,225); }

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

border-color css

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

 span { border-color: rgb(155,174,225); }

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