#9ABBEE

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

Shades of Perano #9ABBEE

Tints of Perano #9ABBEE

Color information

#9ABBEE (or 0x9ABBEE) is unknown color: approx Perano. HEX triplet: 9A, BB and EE. RGB value is (154,187,238). Sum of RGB (Red+Green+Blue) = 154+187+238=579 (76% of max value = 765). Red value is 154 (60.55% from 255 or 26.60% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #9ABBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ABBEE is #654411. Grayscale: #B6B6B6. Windows color (decimal): -6636562 or 15645594. OLE color: 15645594.

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

Color convert

RGB154187238-
CMYK0.350.2100.07
HSL216.43º71.19%76.86%-
HSV(B)216.43º35.29%93.33%-
XYZ46.5348.5887.81-
YUV182.95159.07107.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.60%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 238 (93.36% from 255) = 41.11%
R=26.60%
G=32.30%
B=41.11%

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
Decimal1541872380.350.2100.07216.4371.1976.86
Hex9ABBEE231507d8474d
Octal232273356432507330107115
Binary1001101010111011111011101000111010101111101100010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,187,238); }

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

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

 a { background-color: rgb(154,187,238); }

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

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

 span { border-color: rgb(154,187,238); }

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