#9febfe

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

Shades of Columbia Blue #9FEBFE

Tints of Columbia Blue #9FEBFE

Color information

#9FEBFE (or 0x9FEBFE) is unknown color: approx Columbia Blue. HEX triplet: 9F, EB and FE. RGB value is (159,235,254). Sum of RGB (Red+Green+Blue) = 159+235+254=648 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.54% from 648); Green value is 235 (92.19% from 255 or 36.27% from 648); Blue value is 254 (99.61% from 255 or 39.20% from 648); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBFE is #601401. Grayscale: #D6D6D6. Windows color (decimal): -6296578 or 16706463. OLE color: 16706463.

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

Color convert

RGB159235254-
CMYK0.370.0700.00
HSL192º97.94%80.98%-
HSV(B)192º37.4%99.61%-
XYZ61.973.94104.78-
YUV214.44150.3288.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.54%
GREEN value IS 235 (92.19% from 255) = 36.27%
BLUE value IS 254 (99.61% from 255) = 39.20%
R=24.54%
G=36.27%
B=39.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1592352540.370.0700.0019297.9480.98
Hex9FEBFE25700c06251
Octal23735337645700300142121
Binary100111111110101111111110100101111001100000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9febfe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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