#9DE8FF

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

Shades of Columbia Blue #9DE8FF

Tints of Columbia Blue #9DE8FF

Color information

#9DE8FF (or 0x9DE8FF) is unknown color: approx Columbia Blue. HEX triplet: 9D, E8 and FF. RGB value is (157,232,255). Sum of RGB (Red+Green+Blue) = 157+232+255=644 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.38% from 644); Green value is 232 (91.02% from 255 or 36.02% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DE8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE8FF is #621700. Grayscale: #D4D4D4. Windows color (decimal): -6428417 or 16771229. OLE color: 16771229.

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

Color convert

RGB157232255-
CMYK0.380.0900
HSL194.08º100%80.78%-
HSV(B)194.08º38.43%100%-
XYZ60.8172.1105.32-
YUV212.2152.1588.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.38%
GREEN value IS 232 (91.02% from 255) = 36.02%
BLUE value IS 255 (100% from 255) = 39.60%
R=24.38%
G=36.02%
B=39.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572322550.380.0900194.0810080.78
Hex9DE8FF26900c26451
Octal235350377461100302144121
Binary1001110111101000111111111001101001001100001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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