#8DE6FE

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

Shades of Columbia Blue #8DE6FE

Tints of Columbia Blue #8DE6FE

Color information

#8DE6FE (or 0x8DE6FE) is unknown color: approx Columbia Blue. HEX triplet: 8D, E6 and FE. RGB value is (141,230,254). Sum of RGB (Red+Green+Blue) = 141+230+254=625 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.56% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DE6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE6FE is #721901. Grayscale: #CDCDCD. Windows color (decimal): -7477506 or 16705165. OLE color: 16705165.

HSL color Cylindrical-coordinate representation of color #8DE6FE: hue angle of 192.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DE6FE is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB141230254-
CMYK0.440.0900.00
HSL192.74º98.26%77.45%-
HSV(B)192.74º44.49%99.61%-
XYZ57.1769.41104.15-
YUV206.12155.0181.55-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 22.56%
GREEN value IS 230 (90.23% from 255) = 36.8%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=22.56%
G=36.8%
B=40.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1412302540.440.0900.00192.7498.2677.45
Hex8DE6FE2C900c1624d
Octal215346376541100301142115
Binary1000110111100110111111101011001001001100000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,230,254); }

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

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

 a { background-color: rgb(141,230,254); }

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

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

 span { border-color: rgb(141,230,254); }

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