#9EE3FF

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

Shades of Columbia Blue #9EE3FF

Tints of Columbia Blue #9EE3FF

Color information

#9EE3FF (or 0x9EE3FF) is unknown color: approx Columbia Blue. HEX triplet: 9E, E3 and FF. RGB value is (158,227,255). Sum of RGB (Red+Green+Blue) = 158+227+255=640 (84% of max value = 765). Red value is 158 (62.11% from 255 or 24.69% from 640); Green value is 227 (89.06% from 255 or 35.47% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EE3FF is #611C00. Grayscale: #D1D1D1. Windows color (decimal): -6364161 or 16769950. OLE color: 16769950.

HSL color Cylindrical-coordinate representation of color #9EE3FF: hue angle of 197.32º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EE3FF is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB158227255-
CMYK0.380.1100
HSL197.32º100%80.98%-
HSV(B)197.32º38.04%100%-
XYZ59.6269.43104.87-
YUV209.56153.6491.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.69%
GREEN value IS 227 (89.06% from 255) = 35.47%
BLUE value IS 255 (100% from 255) = 39.84%
R=24.69%
G=35.47%
B=39.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582272550.380.1100197.3210080.98
Hex9EE3FF26B00c56451
Octal236343377461300305144121
Binary1001111011100011111111111001101011001100010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,227,255); }

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

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

 a { background-color: rgb(158,227,255); }

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

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

 span { border-color: rgb(158,227,255); }

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