#9AE0FC

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

Shades of Columbia Blue #9AE0FC

Tints of Columbia Blue #9AE0FC

Color information

#9AE0FC (or 0x9AE0FC) is unknown color: approx Columbia Blue. HEX triplet: 9A, E0 and FC. RGB value is (154,224,252). Sum of RGB (Red+Green+Blue) = 154+224+252=630 (83% of max value = 765). Red value is 154 (60.55% from 255 or 24.44% from 630); Green value is 224 (87.89% from 255 or 35.56% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #9AE0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AE0FC is #651F03. Grayscale: #CECECE. Windows color (decimal): -6627076 or 16572570. OLE color: 16572570.

HSL color Cylindrical-coordinate representation of color #9AE0FC: hue angle of 197.14º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AE0FC is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB154224252-
CMYK0.390.1100.01
HSL197.14º94.23%79.61%-
HSV(B)197.14º38.89%98.82%-
XYZ57.5567.21102.03-
YUV206.26153.8190.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.44%
GREEN value IS 224 (87.89% from 255) = 35.56%
BLUE value IS 252 (98.83% from 255) = 40%
R=24.44%
G=35.56%
B=40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1542242520.390.1100.01197.1494.2379.61
Hex9AE0FC27B01c55e50
Octal232340374471301305136120
Binary1001101011100000111111001001111011011100010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,224,252); }

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

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

 a { background-color: rgb(154,224,252); }

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

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

 span { border-color: rgb(154,224,252); }

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