Html Css Color HEX #9BACE5 Perano

📋 copy color: '#9BACE5'

red 155 ◦ green 172 ◦ blue 229

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

Shades of Perano #9BACE5

Tints of Perano #9BACE5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.94%

 BLUE value IS 229 (89.84% from 255) = 41.19%

R = 27.88%
G = 30.94%
B = 41.19%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#9BACE5 (or 0x9BACE5) is known color: Perano. HEX triplet: 9B, AC and E5. RGB value is (155,172,229). Sum of RGB (Red+Green+Blue) = 155+172+229=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #9BACE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BACE5 is #64531A. Grayscale: #ADADAD. Windows color (decimal): -6574875 or 15051931. OLE color: 15051931.

HSL color Cylindrical-coordinate representation of color #9BACE5: hue angle of 226.22º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BACE5 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 155 172 229 -
CMYK 0.32 0.25 0 0.10
HSL 226.22º 0.59% 0.75% -
HSV(B) 226.22º 0.32% 0.9% -
XYZ 42.41 42.13 80.03 -
YUV 173.42 159.37 114.87 -
System Red Green Blue C M Y K H S L
Decimal 155 172 229 0.32 0.25 0 0.10 226.22 0.59 0.75
Hex 9B AC E5 20 19 0 A E2 3B 4B
Octal 233 254 345 40 31 0 12 342 73 113
Binary 10011011 10101100 11100101 100000 11001 0 1010 11100010 111011 1001011

Color Harmonies of #9BACE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACE5

Black with #9BACE5

Text Example


Text Example

White with #9BACE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,172,229); }

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

background-color css

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

 a { background-color: rgb(155,172,229); }

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

border-color css

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

 span { border-color: rgb(155,172,229); }

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