#9DE4FF

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

Shades of Columbia Blue #9DE4FF

Tints of Columbia Blue #9DE4FF

Color information

#9DE4FF (or 0x9DE4FF) is unknown color: approx Columbia Blue. HEX triplet: 9D, E4 and FF. RGB value is (157,228,255). Sum of RGB (Red+Green+Blue) = 157+228+255=640 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.53% from 640); Green value is 228 (89.45% from 255 or 35.62% 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 #9DE4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE4FF is #621B00. Grayscale: #D1D1D1. Windows color (decimal): -6429441 or 16770205. OLE color: 16770205.

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

Color convert

RGB157228255-
CMYK0.380.1100
HSL196.53º100%80.78%-
HSV(B)196.53º38.43%100%-
XYZ59.769.87104.95-
YUV209.85153.4890.3-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.53%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 255 (100% from 255) = 39.84%
R=24.53%
G=35.62%
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
Decimal1572282550.380.1100196.5310080.78
Hex9DE4FF26B00c56451
Octal235344377461300305144121
Binary1001110111100100111111111001101011001100010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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