#9FE1FE

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

Shades of Columbia Blue #9FE1FE

Tints of Columbia Blue #9FE1FE

Color information

#9FE1FE (or 0x9FE1FE) is unknown color: approx Columbia Blue. HEX triplet: 9F, E1 and FE. RGB value is (159,225,254). Sum of RGB (Red+Green+Blue) = 159+225+254=638 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.92% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 254 (99.61% from 255 or 39.81% from 638); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE1FE is #601E01. Grayscale: #D0D0D0. Windows color (decimal): -6299138 or 16703903. OLE color: 16703903.

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

Color convert

RGB159225254-
CMYK0.370.1100.00
HSL198.32º97.94%80.98%-
HSV(B)198.32º37.4%99.61%-
XYZ59.1168.38103.85-
YUV208.57153.6392.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.92%
GREEN value IS 225 (88.28% from 255) = 35.27%
BLUE value IS 254 (99.61% from 255) = 39.81%
R=24.92%
G=35.27%
B=39.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592252540.370.1100.00198.3297.9480.98
Hex9FE1FE25B00c66251
Octal237341376451300306142121
Binary1001111111100001111111101001011011001100011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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