#9FEAFE

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

Shades of Columbia Blue #9FEAFE

Tints of Columbia Blue #9FEAFE

Color information

#9FEAFE (or 0x9FEAFE) is unknown color: approx Columbia Blue. HEX triplet: 9F, EA and FE. RGB value is (159,234,254). Sum of RGB (Red+Green+Blue) = 159+234+254=647 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.57% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FEAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEAFE is #601501. Grayscale: #D5D5D5. Windows color (decimal): -6296834 or 16706207. OLE color: 16706207.

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

Color convert

RGB159234254-
CMYK0.370.0800.00
HSL192.63º97.94%80.98%-
HSV(B)192.63º37.4%99.61%-
XYZ61.6173.37104.68-
YUV213.86150.6588.87-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.57%
GREEN value IS 234 (91.80% from 255) = 36.17%
BLUE value IS 254 (99.61% from 255) = 39.26%
R=24.57%
G=36.17%
B=39.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592342540.370.0800.00192.6397.9480.98
Hex9FEAFE25800c16251
Octal237352376451000301142121
Binary1001111111101010111111101001011000001100000111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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