Html Css Color HEX #9AB1EB Perano

📋 copy color: '#9AB1EB'

red 154 ◦ green 177 ◦ blue 235

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

Shades of Perano #9AB1EB

Tints of Perano #9AB1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.27%

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

R = 27.21%
G = 31.27%
B = 41.52%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9AB1EB (or 0x9AB1EB) is known color: Perano. HEX triplet: 9A, B1 and EB. RGB value is (154,177,235). Sum of RGB (Red+Green+Blue) = 154+177+235=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #9AB1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB1EB is #654E14. Grayscale: #B0B0B0. Windows color (decimal): -6639125 or 15446426. OLE color: 15446426.

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

Color convert

RGB 154 177 235 -
CMYK 0.34 0.25 0 0.08
HSL 222.96º 0.67% 0.76% -
HSV(B) 222.96º 0.34% 0.92% -
XYZ 44.04 44.31 84.83 -
YUV 176.74 160.88 111.78 -
System Red Green Blue C M Y K H S L
Decimal 154 177 235 0.34 0.25 0 0.08 222.96 0.67 0.76
Hex 9A B1 EB 22 19 0 8 DF 43 4C
Octal 232 261 353 42 31 0 10 337 103 114
Binary 10011010 10110001 11101011 100010 11001 0 1000 11011111 1000011 1001100

Color Harmonies of #9AB1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB1EB

Black with #9AB1EB

Text Example


Text Example

White with #9AB1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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