Html Css Color HEX #8EE2FA Columbia Blue

📋 copy color: '#8EE2FA'

red 142 ◦ green 226 ◦ blue 250

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

Shades of Columbia Blue #8EE2FA

Tints of Columbia Blue #8EE2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.57%

 BLUE value IS 250 (98.05% from 255) = 40.45%

R = 22.98%
G = 36.57%
B = 40.45%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8EE2FA (or 0x8EE2FA) is known color: Columbia Blue. HEX triplet: 8E, E2 and FA. RGB value is (142,226,250). Sum of RGB (Red+Green+Blue) = 142+226+250=618 (81% of max value = 765). Red value is 142 (55.86% from 255 or 22.98% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EE2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE2FA is #711D05. Grayscale: #CBCBCB. Windows color (decimal): -7412998 or 16441998. OLE color: 16441998.

HSL color Cylindrical-coordinate representation of color #8EE2FA: hue angle of 193.33º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EE2FA is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 226 250 -
CMYK 0.43 0.10 0 0.02
HSL 193.33º 0.92% 0.77% -
HSV(B) 193.33º 0.43% 0.98% -
XYZ 55.61 67.05 100.45 -
YUV 203.62 154.17 84.05 -
System Red Green Blue C M Y K H S L
Decimal 142 226 250 0.43 0.10 0 0.02 193.33 0.92 0.77
Hex 8E E2 FA 2B A 0 2 C1 5C 4D
Octal 216 342 372 53 12 0 2 301 134 115
Binary 10001110 11100010 11111010 101011 1010 0 10 11000001 1011100 1001101

Color Harmonies of #8EE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE2FA

Black with #8EE2FA

Text Example


Text Example

White with #8EE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,226,250); }

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

background-color css

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

 a { background-color: rgb(142,226,250); }

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

border-color css

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

 span { border-color: rgb(142,226,250); }

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