#9AB0EF

Color #9AB0EF Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9AB0EF

Tints of Perano #9AB0EF

Color information

#9AB0EF (or 0x9AB0EF) is unknown color: approx Perano. HEX triplet: 9A, B0 and EF. RGB value is (154,176,239). Sum of RGB (Red+Green+Blue) = 154+176+239=569 (75% of max value = 765). Red value is 154 (60.55% from 255 or 27.07% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #9AB0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9AB0EF is #654F10. Grayscale: #B0B0B0. Windows color (decimal): -6639377 or 15708314. OLE color: 15708314.

HSL color Cylindrical-coordinate representation of color #9AB0EF: hue angle of 224.47º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AB0EF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB154176239-
CMYK0.360.2600.06
HSL224.47º72.65%77.06%-
HSV(B)224.47º35.56%93.73%-
XYZ44.4344.1587.84-
YUV176.6163.21111.88-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 27.07%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=27.07%
G=30.93%
B=42.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1541762390.360.2600.06224.4772.6577.06
Hex9AB0EF241A06e0494d
Octal232260357443206340111115
Binary1001101010110000111011111001001101001101110000010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,176,239); }

 H1.HeaderClassName
 {
   color: #9AB0EF;
 }
 .AnyTagClassName
 {
   color: #9AB0EF;
 }
</style>
background-color css

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

 a { background-color: rgb(154,176,239); }

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

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

 span { border-color: rgb(154,176,239); }

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