Html Css Color HEX #9AB9EB Perano

📋 copy color: '#9AB9EB'

red 154 ◦ green 185 ◦ blue 235

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

Shades of Perano #9AB9EB

Tints of Perano #9AB9EB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.23%

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

R = 26.83%
G = 32.23%
B = 40.94%

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

#9AB9EB (or 0x9AB9EB) is known color: Perano. HEX triplet: 9A, B9 and EB. RGB value is (154,185,235). Sum of RGB (Red+Green+Blue) = 154+185+235=574 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.83% from 574); Green value is 185 (72.66% from 255 or 32.23% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AB9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB9EB is #654614. Grayscale: #B5B5B5. Windows color (decimal): -6637077 or 15448474. OLE color: 15448474.

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

Color convert

RGB 154 185 235 -
CMYK 0.34 0.21 0 0.08
HSL 217.04º 0.67% 0.76% -
HSV(B) 217.04º 0.34% 0.92% -
XYZ 45.67 47.57 85.37 -
YUV 181.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 154 185 235 0.34 0.21 0 0.08 217.04 0.67 0.76
Hex 9A B9 EB 22 15 0 8 D9 43 4C
Octal 232 271 353 42 25 0 10 331 103 114
Binary 10011010 10111001 11101011 100010 10101 0 1000 11011001 1000011 1001100

Color Harmonies of #9AB9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB9EB

Black with #9AB9EB

Text Example


Text Example

White with #9AB9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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