#9DE5FE

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

Shades of Columbia Blue #9DE5FE

Tints of Columbia Blue #9DE5FE

Color information

#9DE5FE (or 0x9DE5FE) is unknown color: approx Columbia Blue. HEX triplet: 9D, E5 and FE. RGB value is (157,229,254). Sum of RGB (Red+Green+Blue) = 157+229+254=640 (84% of max value = 765). Red value is 157 (61.72% from 255 or 24.53% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DE5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DE5FE is #621A01. Grayscale: #D2D2D2. Windows color (decimal): -6429186 or 16704925. OLE color: 16704925.

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

Color convert

RGB157229254-
CMYK0.380.1000.00
HSL195.46º97.98%80.59%-
HSV(B)195.46º38.19%99.61%-
XYZ59.8170.36104.19-
YUV210.32152.6589.97-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.53%
GREEN value IS 229 (89.84% from 255) = 35.78%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=24.53%
G=35.78%
B=39.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572292540.380.1000.00195.4697.9880.59
Hex9DE5FE26A00c36251
Octal235345376461200303142121
Binary1001110111100101111111101001101010001100001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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