#9AECFF

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

Shades of Columbia Blue #9AECFF

Tints of Columbia Blue #9AECFF

Color information

#9AECFF (or 0x9AECFF) is unknown color: approx Columbia Blue. HEX triplet: 9A, EC and FF. RGB value is (154,236,255). Sum of RGB (Red+Green+Blue) = 154+236+255=645 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.88% from 645); Green value is 236 (92.58% from 255 or 36.59% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AECFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AECFF is #651300. Grayscale: #D5D5D5. Windows color (decimal): -6624001 or 16772250. OLE color: 16772250.

HSL color Cylindrical-coordinate representation of color #9AECFF: hue angle of 191.29º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AECFF is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154236255-
CMYK0.400.0700
HSL191.29º100%80.2%-
HSV(B)191.29º39.61%100%-
XYZ61.3774.08105.67-
YUV213.65151.3385.46-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.88%
GREEN value IS 236 (92.58% from 255) = 36.59%
BLUE value IS 255 (100% from 255) = 39.53%
R=23.88%
G=36.59%
B=39.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542362550.400.0700191.2910080.2
Hex9AECFF28700bf6450
Octal23235437750700277144120
Binary100110101110110011111111101000111001011111111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AECFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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