#9AEAFF

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

Shades of Columbia Blue #9AEAFF

Tints of Columbia Blue #9AEAFF

Color information

#9AEAFF (or 0x9AEAFF) is unknown color: approx Columbia Blue. HEX triplet: 9A, EA and FF. RGB value is (154,234,255). Sum of RGB (Red+Green+Blue) = 154+234+255=643 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.95% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #9AEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AEAFF is #651500. Grayscale: #D4D4D4. Windows color (decimal): -6624513 or 16771738. OLE color: 16771738.

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

Color convert

RGB154234255-
CMYK0.400.0800
HSL192.48º100%80.2%-
HSV(B)192.48º39.61%100%-
XYZ60.872.94105.48-
YUV212.4715286.29-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.95%
GREEN value IS 234 (91.80% from 255) = 36.39%
BLUE value IS 255 (100% from 255) = 39.66%
R=23.95%
G=36.39%
B=39.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1542342550.400.0800192.4810080.2
Hex9AEAFF28800c06450
Octal232352377501000300144120
Binary1001101011101010111111111010001000001100000011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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