Html Css Color HEX #9BACEF Perano

📋 copy color: '#9BACEF'

red 155 ◦ green 172 ◦ blue 239

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

Shades of Perano #9BACEF

Tints of Perano #9BACEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.23%

R = 27.39%
G = 30.39%
B = 42.23%

CMYK

 C value IS 0.35

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9BACEF (or 0x9BACEF) is known color: Perano. HEX triplet: 9B, AC and EF. RGB value is (155,172,239). Sum of RGB (Red+Green+Blue) = 155+172+239=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BACEF is #645310. Grayscale: #AEAEAE. Windows color (decimal): -6574865 or 15707291. OLE color: 15707291.

HSL color Cylindrical-coordinate representation of color #9BACEF: hue angle of 227.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BACEF is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 155 172 239 -
CMYK 0.35 0.28 0 0.06
HSL 227.86º 0.72% 0.77% -
HSV(B) 227.86º 0.35% 0.94% -
XYZ 43.85 42.71 87.59 -
YUV 174.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 155 172 239 0.35 0.28 0 0.06 227.86 0.72 0.77
Hex 9B AC EF 23 1C 0 6 E4 48 4D
Octal 233 254 357 43 34 0 6 344 110 115
Binary 10011011 10101100 11101111 100011 11100 0 110 11100100 1001000 1001101

Color Harmonies of #9BACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BACEF

Black with #9BACEF

Text Example


Text Example

White with #9BACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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