#9ACEFF

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

Shades of Columbia Blue #9ACEFF

Tints of Columbia Blue #9ACEFF

Color information

#9ACEFF (or 0x9ACEFF) is unknown color: approx Columbia Blue. HEX triplet: 9A, CE and FF. RGB value is (154,206,255). Sum of RGB (Red+Green+Blue) = 154+206+255=615 (81% of max value = 765). Red value is 154 (60.55% from 255 or 25.04% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #9ACEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9ACEFF is #653100. Grayscale: #C3C3C3. Windows color (decimal): -6631681 or 16764570. OLE color: 16764570.

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

Color convert

RGB154206255-
CMYK0.400.1900
HSL209.11º100%80.2%-
HSV(B)209.11º39.61%100%-
XYZ53.4558.23103.03-
YUV196.04161.2798.02-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.04%
GREEN value IS 206 (80.86% from 255) = 33.50%
BLUE value IS 255 (100% from 255) = 41.46%
R=25.04%
G=33.50%
B=41.46%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542062550.400.1900209.1110080.2
Hex9ACEFF281300d16450
Octal232316377502300321144120
Binary10011010110011101111111110100010011001101000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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