Html Css Color HEX #8EDCFD Columbia Blue

📋 copy color: '#8EDCFD'

red 142 ◦ green 220 ◦ blue 253

#8EDCFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Columbia Blue #8EDCFD

Tints of Columbia Blue #8EDCFD

RGB

 RED value IS 142 (55.86% from 255) = 23.09%

 GREEN value IS 220 (86.33% from 255) = 35.77%

 BLUE value IS 253 (99.22% from 255) = 41.14%

R = 23.09%
G = 35.77%
B = 41.14%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8EDCFD (or 0x8EDCFD) is known color: Columbia Blue. HEX triplet: 8E, DC and FD. RGB value is (142,220,253). Sum of RGB (Red+Green+Blue) = 142+220+253=615 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.09% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDCFD is #712302. Grayscale: #C8C8C8. Windows color (decimal): -7414531 or 16637070. OLE color: 16637070.

HSL color Cylindrical-coordinate representation of color #8EDCFD: hue angle of 197.84º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EDCFD is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 220 253 -
CMYK 0.44 0.13 0 0.01
HSL 197.84º 0.97% 0.77% -
HSV(B) 197.84º 0.44% 0.99% -
XYZ 54.48 64.03 102.42 -
YUV 200.44 157.66 86.32 -
System Red Green Blue C M Y K H S L
Decimal 142 220 253 0.44 0.13 0 0.01 197.84 0.97 0.77
Hex 8E DC FD 2C D 0 1 C6 61 4D
Octal 216 334 375 54 15 0 1 306 141 115
Binary 10001110 11011100 11111101 101100 1101 0 1 11000110 1100001 1001101

Color Harmonies of #8EDCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDCFD

Black with #8EDCFD

Text Example


Text Example

White with #8EDCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,220,253); }

 H1.HeaderClassName
 {
   color: #8EDCFD;
 }
 .AnyTagClassName
 {
   color: #8EDCFD;
 }
</style>

background-color css

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

 a { background-color: rgb(142,220,253); }

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

border-color css

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

 span { border-color: rgb(142,220,253); }

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