#9FDDFE

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

Shades of Columbia Blue #9FDDFE

Tints of Columbia Blue #9FDDFE

Color information

#9FDDFE (or 0x9FDDFE) is unknown color: approx Columbia Blue. HEX triplet: 9F, DD and FE. RGB value is (159,221,254). Sum of RGB (Red+Green+Blue) = 159+221+254=634 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.08% from 634); Green value is 221 (86.72% from 255 or 34.86% 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 #9FDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDDFE is #602201. Grayscale: #CECECE. Windows color (decimal): -6300162 or 16702879. OLE color: 16702879.

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

Color convert

RGB159221254-
CMYK0.370.1300.00
HSL200.84º97.94%80.98%-
HSV(B)200.84º37.4%99.61%-
XYZ58.0466.24103.49-
YUV206.22154.9694.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.08%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=25.08%
G=34.86%
B=40.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592212540.370.1300.00200.8497.9480.98
Hex9FDDFE25D00c96251
Octal237335376451500311142121
Binary1001111111011101111111101001011101001100100111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,221,254); }

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

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

 a { background-color: rgb(159,221,254); }

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

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

 span { border-color: rgb(159,221,254); }

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