#9FE4FD

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

Shades of Columbia Blue #9FE4FD

Tints of Columbia Blue #9FE4FD

Color information

#9FE4FD (or 0x9FE4FD) is unknown color: approx Columbia Blue. HEX triplet: 9F, E4 and FD. RGB value is (159,228,253). Sum of RGB (Red+Green+Blue) = 159+228+253=640 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.84% from 640); Green value is 228 (89.45% from 255 or 35.62% from 640); Blue value is 253 (99.22% from 255 or 39.53% from 640); Max value from RGB is 253 - color contains mainly: blue. Hex color #9FE4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FE4FD is #601B02. Grayscale: #D2D2D2. Windows color (decimal): -6298371 or 16639135. OLE color: 16639135.

HSL color Cylindrical-coordinate representation of color #9FE4FD: hue angle of 195.96º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FE4FD is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159228253-
CMYK0.370.1000.01
HSL195.96º95.92%80.78%-
HSV(B)195.96º37.15%99.22%-
XYZ59.7769.95103.28-
YUV210.22152.1491.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.84%
GREEN value IS 228 (89.45% from 255) = 35.62%
BLUE value IS 253 (99.22% from 255) = 39.53%
R=24.84%
G=35.62%
B=39.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1592282530.370.1000.01195.9695.9280.78
Hex9FE4FD25A01c46051
Octal237344375451201304140121
Binary1001111111100100111111011001011010011100010011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,228,253); }

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

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

 a { background-color: rgb(159,228,253); }

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

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

 span { border-color: rgb(159,228,253); }

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