#9DE6FE

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

Shades of Columbia Blue #9DE6FE

Tints of Columbia Blue #9DE6FE

Color information

#9DE6FE (or 0x9DE6FE) is unknown color: approx Columbia Blue. HEX triplet: 9D, E6 and FE. RGB value is (157,230,254). Sum of RGB (Red+Green+Blue) = 157+230+254=641 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.49% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 254 (99.61% from 255 or 39.63% from 641); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DE6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DE6FE is #621901. Grayscale: #D2D2D2. Windows color (decimal): -6428930 or 16705181. OLE color: 16705181.

HSL color Cylindrical-coordinate representation of color #9DE6FE: hue angle of 194.85º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DE6FE is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157230254-
CMYK0.380.0900.00
HSL194.85º97.98%80.59%-
HSV(B)194.85º38.19%99.61%-
XYZ60.0970.92104.29-
YUV210.91152.3289.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.49%
GREEN value IS 230 (90.23% from 255) = 35.88%
BLUE value IS 254 (99.61% from 255) = 39.63%
R=24.49%
G=35.88%
B=39.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572302540.380.0900.00194.8597.9880.59
Hex9DE6FE26900c36251
Octal235346376461100303142121
Binary1001110111100110111111101001101001001100001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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