#9FE2F8

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

Shades of Columbia Blue #9FE2F8

Tints of Columbia Blue #9FE2F8

Color information

#9FE2F8 (or 0x9FE2F8) is unknown color: approx Columbia Blue. HEX triplet: 9F, E2 and F8. RGB value is (159,226,248). Sum of RGB (Red+Green+Blue) = 159+226+248=633 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.12% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 248 (97.27% from 255 or 39.18% from 633); Max value from RGB is 248 - color contains mainly: blue. Hex color #9FE2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE2F8 is #601D07. Grayscale: #D0D0D0. Windows color (decimal): -6298888 or 16310943. OLE color: 16310943.

HSL color Cylindrical-coordinate representation of color #9FE2F8: hue angle of 194.83º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FE2F8 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB159226248-
CMYK0.360.0900.03
HSL194.83º86.41%79.8%-
HSV(B)194.83º35.89%97.25%-
XYZ58.4468.5498.96-
YUV208.48150.392.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.12%
GREEN value IS 226 (88.67% from 255) = 35.70%
BLUE value IS 248 (97.27% from 255) = 39.18%
R=25.12%
G=35.70%
B=39.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1592262480.360.0900.03194.8386.4179.8
Hex9FE2F824903c35650
Octal237342370441103303126120
Binary10011111111000101111100010010010010111100001110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,226,248); }

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

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

 a { background-color: rgb(159,226,248); }

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

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

 span { border-color: rgb(159,226,248); }

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