#9DE3FF

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

Shades of Columbia Blue #9DE3FF

Tints of Columbia Blue #9DE3FF

Color information

#9DE3FF (or 0x9DE3FF) is unknown color: approx Columbia Blue. HEX triplet: 9D, E3 and FF. RGB value is (157,227,255). Sum of RGB (Red+Green+Blue) = 157+227+255=639 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.57% from 639); Green value is 227 (89.06% from 255 or 35.52% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DE3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE3FF is #621C00. Grayscale: #D1D1D1. Windows color (decimal): -6429697 or 16769949. OLE color: 16769949.

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

Color convert

RGB157227255-
CMYK0.380.1100
HSL197.14º100%80.78%-
HSV(B)197.14º38.43%100%-
XYZ59.4269.33104.86-
YUV209.26153.8190.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.57%
GREEN value IS 227 (89.06% from 255) = 35.52%
BLUE value IS 255 (100% from 255) = 39.91%
R=24.57%
G=35.52%
B=39.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572272550.380.1100197.1410080.78
Hex9DE3FF26B00c56451
Octal235343377461300305144121
Binary1001110111100011111111111001101011001100010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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