Html Css Color HEX #9BAEE4 Perano

📋 copy color: '#9BAEE4'

red 155 ◦ green 174 ◦ blue 228

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

Shades of Perano #9BAEE4

Tints of Perano #9BAEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.93%

R = 27.83%
G = 31.24%
B = 40.93%

CMYK

 C value IS 0.32

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#9BAEE4 (or 0x9BAEE4) is known color: Perano. HEX triplet: 9B, AE and E4. RGB value is (155,174,228). Sum of RGB (Red+Green+Blue) = 155+174+228=557 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.83% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 228 - color contains mainly: blue. Hex color #9BAEE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BAEE4 is #64511B. Grayscale: #AEAEAE. Windows color (decimal): -6574364 or 14986907. OLE color: 14986907.

HSL color Cylindrical-coordinate representation of color #9BAEE4: hue angle of 224.38º degrees, saturation: 0.57, 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 #9BAEE4 is Cyan = 0.32, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 155 174 228 -
CMYK 0.32 0.24 0 0.11
HSL 224.38º 0.57% 0.75% -
HSV(B) 224.38º 0.32% 0.89% -
XYZ 42.66 42.84 79.42 -
YUV 174.48 158.21 114.11 -
System Red Green Blue C M Y K H S L
Decimal 155 174 228 0.32 0.24 0 0.11 224.38 0.57 0.75
Hex 9B AE E4 20 18 0 B E0 39 4B
Octal 233 256 344 40 30 0 13 340 71 113
Binary 10011011 10101110 11100100 100000 11000 0 1011 11100000 111001 1001011

Color Harmonies of #9BAEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAEE4

Black with #9BAEE4

Text Example


Text Example

White with #9BAEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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