Html Css Color HEX #8EDFF5 Columbia Blue

📋 copy color: '#8EDFF5'

red 142 ◦ green 223 ◦ blue 245

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

Shades of Columbia Blue #8EDFF5

Tints of Columbia Blue #8EDFF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.16%

R = 23.28%
G = 36.56%
B = 40.16%

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

#8EDFF5 (or 0x8EDFF5) is known color: Columbia Blue. HEX triplet: 8E, DF and F5. RGB value is (142,223,245). Sum of RGB (Red+Green+Blue) = 142+223+245=610 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.28% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 245 (96.09% from 255 or 40.16% from 610); Max value from RGB is 245 - color contains mainly: blue. Hex color #8EDFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFF5 is #71200A. Grayscale: #C9C9C9. Windows color (decimal): -7413771 or 16113550. OLE color: 16113550.

HSL color Cylindrical-coordinate representation of color #8EDFF5: hue angle of 192.82º degrees, saturation: 0.84, 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 #8EDFF5 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 142 223 245 -
CMYK 0.42 0.09 0 0.04
HSL 192.82º 0.84% 0.76% -
HSV(B) 192.82º 0.42% 0.96% -
XYZ 54.02 65.12 96.11 -
YUV 201.29 152.66 85.71 -
System Red Green Blue C M Y K H S L
Decimal 142 223 245 0.42 0.09 0 0.04 192.82 0.84 0.76
Hex 8E DF F5 2A 9 0 4 C1 54 4C
Octal 216 337 365 52 11 0 4 301 124 114
Binary 10001110 11011111 11110101 101010 1001 0 100 11000001 1010100 1001100

Color Harmonies of #8EDFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFF5

Black with #8EDFF5

Text Example


Text Example

White with #8EDFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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