#9DEAFD

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

Shades of Columbia Blue #9DEAFD

Tints of Columbia Blue #9DEAFD

Color information

#9DEAFD (or 0x9DEAFD) is unknown color: approx Columbia Blue. HEX triplet: 9D, EA and FD. RGB value is (157,234,253). Sum of RGB (Red+Green+Blue) = 157+234+253=644 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.38% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 253 (99.22% from 255 or 39.29% from 644); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DEAFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DEAFD is #621502. Grayscale: #D4D4D4. Windows color (decimal): -6427907 or 16640669. OLE color: 16640669.

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

Color convert

RGB157234253-
CMYK0.380.0800.01
HSL191.88º96%80.39%-
HSV(B)191.88º37.94%99.22%-
XYZ61.0673.11103.82-
YUV213.14150.4987.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.38%
GREEN value IS 234 (91.80% from 255) = 36.34%
BLUE value IS 253 (99.22% from 255) = 39.29%
R=24.38%
G=36.34%
B=39.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572342530.380.0800.01191.889680.39
Hex9DEAFD26801c06050
Octal235352375461001300140120
Binary1001110111101010111111011001101000011100000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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