Html Css Color HEX #8EDFF6 Columbia Blue

📋 copy color: '#8EDFF6'

red 142 ◦ green 223 ◦ blue 246

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

Shades of Columbia Blue #8EDFF6

Tints of Columbia Blue #8EDFF6

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.5%

 BLUE value IS 246 (96.48% from 255) = 40.26%

R = 23.24%
G = 36.5%
B = 40.26%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8EDFF6 (or 0x8EDFF6) is known color: Columbia Blue. HEX triplet: 8E, DF and F6. RGB value is (142,223,246). Sum of RGB (Red+Green+Blue) = 142+223+246=611 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.24% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #8EDFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFF6 is #712009. Grayscale: #C9C9C9. Windows color (decimal): -7413770 or 16179086. OLE color: 16179086.

HSL color Cylindrical-coordinate representation of color #8EDFF6: hue angle of 193.27º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EDFF6 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 223 246 -
CMYK 0.42 0.09 0 0.04
HSL 193.27º 0.85% 0.76% -
HSV(B) 193.27º 0.42% 0.96% -
XYZ 54.18 65.18 96.91 -
YUV 201.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 142 223 246 0.42 0.09 0 0.04 193.27 0.85 0.76
Hex 8E DF F6 2A 9 0 4 C1 55 4C
Octal 216 337 366 52 11 0 4 301 125 114
Binary 10001110 11011111 11110110 101010 1001 0 100 11000001 1010101 1001100

Color Harmonies of #8EDFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFF6

Black with #8EDFF6

Text Example


Text Example

White with #8EDFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,223,246); }

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

background-color css

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

 a { background-color: rgb(142,223,246); }

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

border-color css

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

 span { border-color: rgb(142,223,246); }

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