#9FEDFF

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

Shades of Columbia Blue #9FEDFF

Tints of Columbia Blue #9FEDFF

Color information

#9FEDFF (or 0x9FEDFF) is unknown color: approx Columbia Blue. HEX triplet: 9F, ED and FF. RGB value is (159,237,255). Sum of RGB (Red+Green+Blue) = 159+237+255=651 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.42% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 255 (100% from 255 or 39.17% from 651); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FEDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEDFF is #601200. Grayscale: #D7D7D7. Windows color (decimal): -6296065 or 16772511. OLE color: 16772511.

HSL color Cylindrical-coordinate representation of color #9FEDFF: hue angle of 191.25º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FEDFF is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB159237255-
CMYK0.380.0700
HSL191.25º100%81.18%-
HSV(B)191.25º37.65%100%-
XYZ62.6375.16105.81-
YUV215.73150.1687.54-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.42%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 255 (100% from 255) = 39.17%
R=24.42%
G=36.41%
B=39.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1592372550.380.0700191.2510081.18
Hex9FEDFF26700bf6451
Octal23735537746700277144121
Binary100111111110110111111111100110111001011111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,237,255); }

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

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

 a { background-color: rgb(159,237,255); }

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

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

 span { border-color: rgb(159,237,255); }

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