Html Css Color HEX #9BBAEB Perano

📋 copy color: '#9BBAEB'

red 155 ◦ green 186 ◦ blue 235

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

Shades of Perano #9BBAEB

Tints of Perano #9BBAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.29%

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

R = 26.91%
G = 32.29%
B = 40.8%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9BBAEB (or 0x9BBAEB) is known color: Perano. HEX triplet: 9B, BA and EB. RGB value is (155,186,235). Sum of RGB (Red+Green+Blue) = 155+186+235=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBAEB is #644514. Grayscale: #B6B6B6. Windows color (decimal): -6571285 or 15448731. OLE color: 15448731.

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

Color convert

RGB 155 186 235 -
CMYK 0.34 0.21 0 0.08
HSL 216.75º 0.67% 0.76% -
HSV(B) 216.75º 0.34% 0.92% -
XYZ 46.07 48.08 85.45 -
YUV 182.32 157.73 108.52 -
System Red Green Blue C M Y K H S L
Decimal 155 186 235 0.34 0.21 0 0.08 216.75 0.67 0.76
Hex 9B BA EB 22 15 0 8 D9 43 4C
Octal 233 272 353 42 25 0 10 331 103 114
Binary 10011011 10111010 11101011 100010 10101 0 1000 11011001 1000011 1001100

Color Harmonies of #9BBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBAEB

Black with #9BBAEB

Text Example


Text Example

White with #9BBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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