#9DE8FD

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

Shades of Columbia Blue #9DE8FD

Tints of Columbia Blue #9DE8FD

Color information

#9DE8FD (or 0x9DE8FD) is unknown color: approx Columbia Blue. HEX triplet: 9D, E8 and FD. RGB value is (157,232,253). Sum of RGB (Red+Green+Blue) = 157+232+253=642 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.45% from 642); Green value is 232 (91.02% from 255 or 36.14% from 642); Blue value is 253 (99.22% from 255 or 39.41% from 642); Max value from RGB is 253 - color contains mainly: blue. Hex color #9DE8FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE8FD is #621702. Grayscale: #D3D3D3. Windows color (decimal): -6428419 or 16640157. OLE color: 16640157.

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

Color convert

RGB157232253-
CMYK0.380.0800.01
HSL193.12º96%80.39%-
HSV(B)193.12º37.94%99.22%-
XYZ60.4971.97103.63-
YUV211.97151.1588.79-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.45%
GREEN value IS 232 (91.02% from 255) = 36.14%
BLUE value IS 253 (99.22% from 255) = 39.41%
R=24.45%
G=36.14%
B=39.41%

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
Decimal1572322530.380.0800.01193.129680.39
Hex9DE8FD26801c16050
Octal235350375461001301140120
Binary1001110111101000111111011001101000011100000111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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