Html Css Color HEX #9AB4E9 Perano

📋 copy color: '#9AB4E9'

red 154 ◦ green 180 ◦ blue 233

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

Shades of Perano #9AB4E9

Tints of Perano #9AB4E9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.75%

 BLUE value IS 233 (91.41% from 255) = 41.09%

R = 27.16%
G = 31.75%
B = 41.09%

CMYK

 C value IS 0.34

 M value IS 0.23

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9AB4E9 (or 0x9AB4E9) is known color: Perano. HEX triplet: 9A, B4 and E9. RGB value is (154,180,233). Sum of RGB (Red+Green+Blue) = 154+180+233=567 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.16% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 233 (91.41% from 255 or 41.09% from 567); Max value from RGB is 233 - color contains mainly: blue. Hex color #9AB4E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AB4E9 is #654B16. Grayscale: #B2B2B2. Windows color (decimal): -6638359 or 15316122. OLE color: 15316122.

HSL color Cylindrical-coordinate representation of color #9AB4E9: hue angle of 220.25º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AB4E9 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 154 180 233 -
CMYK 0.34 0.23 0 0.09
HSL 220.25º 0.64% 0.76% -
HSV(B) 220.25º 0.34% 0.91% -
XYZ 44.36 45.4 83.52 -
YUV 178.27 158.89 110.69 -
System Red Green Blue C M Y K H S L
Decimal 154 180 233 0.34 0.23 0 0.09 220.25 0.64 0.76
Hex 9A B4 E9 22 17 0 9 DC 40 4C
Octal 232 264 351 42 27 0 11 334 100 114
Binary 10011010 10110100 11101001 100010 10111 0 1001 11011100 1000000 1001100

Color Harmonies of #9AB4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB4E9

Black with #9AB4E9

Text Example


Text Example

White with #9AB4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,180,233); }

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

background-color css

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

 a { background-color: rgb(154,180,233); }

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

border-color css

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

 span { border-color: rgb(154,180,233); }

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