#9DDFFE

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

Shades of Columbia Blue #9DDFFE

Tints of Columbia Blue #9DDFFE

Color information

#9DDFFE (or 0x9DDFFE) is unknown color: approx Columbia Blue. HEX triplet: 9D, DF and FE. RGB value is (157,223,254). Sum of RGB (Red+Green+Blue) = 157+223+254=634 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.76% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #9DDFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DDFFE is #622001. Grayscale: #CECECE. Windows color (decimal): -6430722 or 16703389. OLE color: 16703389.

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

Color convert

RGB157223254-
CMYK0.380.1200.00
HSL199.18º97.98%80.59%-
HSV(B)199.18º38.19%99.61%-
XYZ58.1867.1103.65-
YUV206.8154.6392.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.76%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=24.76%
G=35.17%
B=40.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1572232540.380.1200.00199.1897.9880.59
Hex9DDFFE26C00c76251
Octal235337376461400307142121
Binary1001110111011111111111101001101100001100011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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