#8FE5FD

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

Shades of Columbia Blue #8FE5FD

Tints of Columbia Blue #8FE5FD

Color information

#8FE5FD (or 0x8FE5FD) is unknown color: approx Columbia Blue. HEX triplet: 8F, E5 and FD. RGB value is (143,229,253). Sum of RGB (Red+Green+Blue) = 143+229+253=625 (82% of max value = 765). Red value is 143 (56.25% from 255 or 22.88% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #8FE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8FE5FD is #701A02. Grayscale: #CDCDCD. Windows color (decimal): -7346691 or 16639375. OLE color: 16639375.

HSL color Cylindrical-coordinate representation of color #8FE5FD: hue angle of 193.09º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8FE5FD is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB143229253-
CMYK0.430.0900.01
HSL193.09º96.49%77.65%-
HSV(B)193.09º43.48%99.22%-
XYZ57.0868.97103.23-
YUV206.02154.5183.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 22.88%
GREEN value IS 229 (89.84% from 255) = 36.64%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=22.88%
G=36.64%
B=40.48%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1432292530.430.0900.01193.0996.4977.65
Hex8FE5FD2B901c1604e
Octal217345375531101301140116
Binary1000111111100101111111011010111001011100000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FE5FD; }

 p { color: rgb(143,229,253); }

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

<style>
 a { background-color: #8FE5FD; }

 a { background-color: rgb(143,229,253); }

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

<style>
 span { border-color: #8FE5FD; }

 span { border-color: rgb(143,229,253); }

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