Html Css Color HEX #8EDFFD Columbia Blue

📋 copy color: '#8EDFFD'

red 142 ◦ green 223 ◦ blue 253

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

Shades of Columbia Blue #8EDFFD

Tints of Columbia Blue #8EDFFD

RGB

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

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

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

R = 22.98%
G = 36.08%
B = 40.94%

CMYK

 C value IS 0.44

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8EDFFD (or 0x8EDFFD) is known color: Columbia Blue. HEX triplet: 8E, DF and FD. RGB value is (142,223,253). Sum of RGB (Red+Green+Blue) = 142+223+253=618 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.98% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #8EDFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFFD is #712002. Grayscale: #CACACA. Windows color (decimal): -7413763 or 16637838. OLE color: 16637838.

HSL color Cylindrical-coordinate representation of color #8EDFFD: hue angle of 196.22º 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 #8EDFFD is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 223 253 -
CMYK 0.44 0.12 0 0.01
HSL 196.22º 0.97% 0.77% -
HSV(B) 196.22º 0.44% 0.99% -
XYZ 55.27 65.62 102.68 -
YUV 202.2 156.66 85.06 -
System Red Green Blue C M Y K H S L
Decimal 142 223 253 0.44 0.12 0 0.01 196.22 0.97 0.77
Hex 8E DF FD 2C C 0 1 C4 61 4D
Octal 216 337 375 54 14 0 1 304 141 115
Binary 10001110 11011111 11111101 101100 1100 0 1 11000100 1100001 1001101

Color Harmonies of #8EDFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFFD

Black with #8EDFFD

Text Example


Text Example

White with #8EDFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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