Html Css Color HEX #9ABAEB Perano

📋 copy color: '#9ABAEB'

red 154 ◦ green 186 ◦ blue 235

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

Shades of Perano #9ABAEB

Tints of Perano #9ABAEB

RGB

 RED value IS 154 (60.55% from 255) = 26.78%

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

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

R = 26.78%
G = 32.35%
B = 40.87%

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

#9ABAEB (or 0x9ABAEB) is known color: Perano. HEX triplet: 9A, BA and EB. RGB value is (154,186,235). Sum of RGB (Red+Green+Blue) = 154+186+235=575 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.78% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #9ABAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABAEB is #654514. Grayscale: #B5B5B5. Windows color (decimal): -6636821 or 15448730. OLE color: 15448730.

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

Color convert

RGB 154 186 235 -
CMYK 0.34 0.21 0 0.08
HSL 216.3º 0.67% 0.76% -
HSV(B) 216.3º 0.34% 0.92% -
XYZ 45.88 47.99 85.44 -
YUV 182.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 154 186 235 0.34 0.21 0 0.08 216.3 0.67 0.76
Hex 9A BA EB 22 15 0 8 D8 43 4C
Octal 232 272 353 42 25 0 10 330 103 114
Binary 10011010 10111010 11101011 100010 10101 0 1000 11011000 1000011 1001100

Color Harmonies of #9ABAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABAEB

Black with #9ABAEB

Text Example


Text Example

White with #9ABAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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