#9FDEFE

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

Shades of Columbia Blue #9FDEFE

Tints of Columbia Blue #9FDEFE

Color information

#9FDEFE (or 0x9FDEFE) is unknown color: approx Columbia Blue. HEX triplet: 9F, DE and FE. RGB value is (159,222,254). Sum of RGB (Red+Green+Blue) = 159+222+254=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FDEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FDEFE is #602101. Grayscale: #CECECE. Windows color (decimal): -6299906 or 16703135. OLE color: 16703135.

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

Color convert

RGB159222254-
CMYK0.370.1300.00
HSL200.21º97.94%80.98%-
HSV(B)200.21º37.4%99.61%-
XYZ58.3166.77103.58-
YUV206.81154.6393.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.04%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 254 (99.61% from 255) = 40%
R=25.04%
G=34.96%
B=40%

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
Decimal1592222540.370.1300.00200.2197.9480.98
Hex9FDEFE25D00c86251
Octal237336376451500310142121
Binary1001111111011110111111101001011101001100100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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