#9FD2FE

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

Shades of Columbia Blue #9FD2FE

Tints of Columbia Blue #9FD2FE

Color information

#9FD2FE (or 0x9FD2FE) is unknown color: approx Columbia Blue. HEX triplet: 9F, D2 and FE. RGB value is (159,210,254). Sum of RGB (Red+Green+Blue) = 159+210+254=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FD2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FD2FE is #602D01. Grayscale: #C7C7C7. Windows color (decimal): -6302978 or 16700063. OLE color: 16700063.

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

Color convert

RGB159210254-
CMYK0.370.1700.00
HSL207.79º97.94%80.98%-
HSV(B)207.79º37.4%99.61%-
XYZ55.2360.62102.56-
YUV199.77158.698.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.52%
GREEN value IS 210 (82.42% from 255) = 33.71%
BLUE value IS 254 (99.61% from 255) = 40.77%
R=25.52%
G=33.71%
B=40.77%

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
Decimal1592102540.370.1700.00207.7997.9480.98
Hex9FD2FE251100d06251
Octal237322376452100320142121
Binary10011111110100101111111010010110001001101000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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