#9AEEFF

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

Shades of Columbia Blue #9AEEFF

Tints of Columbia Blue #9AEEFF

Color information

#9AEEFF (or 0x9AEEFF) is unknown color: approx Columbia Blue. HEX triplet: 9A, EE and FF. RGB value is (154,238,255). Sum of RGB (Red+Green+Blue) = 154+238+255=647 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.80% from 647); Green value is 238 (93.36% from 255 or 36.79% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AEEFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEEFF is #651100. Grayscale: #D6D6D6. Windows color (decimal): -6623489 or 16772762. OLE color: 16772762.

HSL color Cylindrical-coordinate representation of color #9AEEFF: hue angle of 190.1º 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 #9AEEFF is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB154238255-
CMYK0.400.0700
HSL190.1º100%80.2%-
HSV(B)190.1º39.61%100%-
XYZ61.9575.24105.87-
YUV214.82150.6784.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.80%
GREEN value IS 238 (93.36% from 255) = 36.79%
BLUE value IS 255 (100% from 255) = 39.41%
R=23.80%
G=36.79%
B=39.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542382550.400.0700190.110080.2
Hex9AEEFF28700be6450
Octal23235637750700276144120
Binary100110101110111011111111101000111001011111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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