#9DE6FF

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

Shades of Columbia Blue #9DE6FF

Tints of Columbia Blue #9DE6FF

Color information

#9DE6FF (or 0x9DE6FF) is unknown color: approx Columbia Blue. HEX triplet: 9D, E6 and FF. RGB value is (157,230,255). Sum of RGB (Red+Green+Blue) = 157+230+255=642 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.45% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 255 (100% from 255 or 39.72% from 642); Max value from RGB is 255 - color contains mainly: blue. Hex color #9DE6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE6FF is #621900. Grayscale: #D2D2D2. Windows color (decimal): -6428929 or 16770717. OLE color: 16770717.

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

Color convert

RGB157230255-
CMYK0.380.1000
HSL195.31º100%80.78%-
HSV(B)195.31º38.43%100%-
XYZ60.2570.98105.13-
YUV211.02152.8289.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.45%
GREEN value IS 230 (90.23% from 255) = 35.83%
BLUE value IS 255 (100% from 255) = 39.72%
R=24.45%
G=35.83%
B=39.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572302550.380.1000195.3110080.78
Hex9DE6FF26A00c36451
Octal235346377461200303144121
Binary1001110111100110111111111001101010001100001111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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