#9FEAFD

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

Shades of Columbia Blue #9FEAFD

Tints of Columbia Blue #9FEAFD

Color information

#9FEAFD (or 0x9FEAFD) is unknown color: approx Columbia Blue. HEX triplet: 9F, EA and FD. RGB value is (159,234,253). Sum of RGB (Red+Green+Blue) = 159+234+253=646 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.61% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FEAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEAFD is #601502. Grayscale: #D5D5D5. Windows color (decimal): -6296835 or 16640671. OLE color: 16640671.

HSL color Cylindrical-coordinate representation of color #9FEAFD: hue angle of 192.13º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FEAFD is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159234253-
CMYK0.370.0800.01
HSL192.13º95.92%80.78%-
HSV(B)192.13º37.15%99.22%-
XYZ61.4573.31103.84-
YUV213.74150.1588.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.61%
GREEN value IS 234 (91.80% from 255) = 36.22%
BLUE value IS 253 (99.22% from 255) = 39.16%
R=24.61%
G=36.22%
B=39.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592342530.370.0800.01192.1395.9280.78
Hex9FEAFD25801c06051
Octal237352375451001300140121
Binary1001111111101010111111011001011000011100000011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,234,253); }

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

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

 a { background-color: rgb(159,234,253); }

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

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

 span { border-color: rgb(159,234,253); }

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