#9ABAEC

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

Shades of Perano #9ABAEC

Tints of Perano #9ABAEC

Color information

#9ABAEC (or 0x9ABAEC) is unknown color: approx Perano. HEX triplet: 9A, BA and EC. RGB value is (154,186,236). Sum of RGB (Red+Green+Blue) = 154+186+236=576 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.74% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #9ABAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABAEC is #654513. Grayscale: #B5B5B5. Windows color (decimal): -6636820 or 15514266. OLE color: 15514266.

HSL color Cylindrical-coordinate representation of color #9ABAEC: hue angle of 216.59º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9ABAEC is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB154186236-
CMYK0.350.2100.07
HSL216.59º68.33%76.47%-
HSV(B)216.59º34.75%92.55%-
XYZ46.0348.0486.2-
YUV182.13158.4107.93-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.74%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=26.74%
G=32.29%
B=40.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1541862360.350.2100.07216.5968.3376.47
Hex9ABAEC231507d9444c
Octal232272354432507331104114
Binary1001101010111010111011001000111010101111101100110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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