Html Css Color HEX #9BACEB Perano

📋 copy color: '#9BACEB'

red 155 ◦ green 172 ◦ blue 235

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

Shades of Perano #9BACEB

Tints of Perano #9BACEB

RGB

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

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

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

R = 27.58%
G = 30.6%
B = 41.81%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BACEB (or 0x9BACEB) is known color: Perano. HEX triplet: 9B, AC and EB. RGB value is (155,172,235). Sum of RGB (Red+Green+Blue) = 155+172+235=562 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.58% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BACEB is #645314. Grayscale: #ADADAD. Windows color (decimal): -6574869 or 15445147. OLE color: 15445147.

HSL color Cylindrical-coordinate representation of color #9BACEB: hue angle of 227.25º 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 #9BACEB is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 155 172 235 -
CMYK 0.34 0.27 0 0.08
HSL 227.25º 0.67% 0.76% -
HSV(B) 227.25º 0.34% 0.92% -
XYZ 43.27 42.47 84.51 -
YUV 174.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 155 172 235 0.34 0.27 0 0.08 227.25 0.67 0.76
Hex 9B AC EB 22 1B 0 8 E3 43 4C
Octal 233 254 353 42 33 0 10 343 103 114
Binary 10011011 10101100 11101011 100010 11011 0 1000 11100011 1000011 1001100

Color Harmonies of #9BACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACEB

Black with #9BACEB

Text Example


Text Example

White with #9BACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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