#9FD3FE

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

Shades of Columbia Blue #9FD3FE

Tints of Columbia Blue #9FD3FE

Color information

#9FD3FE (or 0x9FD3FE) is unknown color: approx Columbia Blue. HEX triplet: 9F, D3 and FE. RGB value is (159,211,254). Sum of RGB (Red+Green+Blue) = 159+211+254=624 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.48% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FD3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD3FE is #602C01. Grayscale: #C8C8C8. Windows color (decimal): -6302722 or 16700319. OLE color: 16700319.

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

Color convert

RGB159211254-
CMYK0.370.1700.00
HSL207.16º97.94%80.98%-
HSV(B)207.16º37.4%99.61%-
XYZ55.4861.12102.64-
YUV200.35158.2798.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.48%
GREEN value IS 211 (82.81% from 255) = 33.81%
BLUE value IS 254 (99.61% from 255) = 40.71%
R=25.48%
G=33.81%
B=40.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592112540.370.1700.00207.1697.9480.98
Hex9FD3FE251100cf6251
Octal237323376452100317142121
Binary10011111110100111111111010010110001001100111111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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