Html Css Color HEX #8EE1FE Columbia Blue

📋 copy color: '#8EE1FE'

red 142 ◦ green 225 ◦ blue 254

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

Shades of Columbia Blue #8EE1FE

Tints of Columbia Blue #8EE1FE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.23%

 BLUE value IS 254 (99.61% from 255) = 40.9%

R = 22.87%
G = 36.23%
B = 40.9%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8EE1FE (or 0x8EE1FE) is known color: Columbia Blue. HEX triplet: 8E, E1 and FE. RGB value is (142,225,254). Sum of RGB (Red+Green+Blue) = 142+225+254=621 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.87% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EE1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE1FE is #711E01. Grayscale: #CBCBCB. Windows color (decimal): -7413250 or 16703886. OLE color: 16703886.

HSL color Cylindrical-coordinate representation of color #8EE1FE: hue angle of 195.54º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EE1FE is Cyan = 0.44, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 142 225 254 -
CMYK 0.44 0.11 0 0.00
HSL 195.54º 0.98% 0.78% -
HSV(B) 195.54º 0.44% 1% -
XYZ 55.97 66.76 103.7 -
YUV 203.49 156.5 84.14 -
System Red Green Blue C M Y K H S L
Decimal 142 225 254 0.44 0.11 0 0.00 195.54 0.98 0.78
Hex 8E E1 FE 2C B 0 0 C4 62 4E
Octal 216 341 376 54 13 0 0 304 142 116
Binary 10001110 11100001 11111110 101100 1011 0 0 11000100 1100010 1001110

Color Harmonies of #8EE1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE1FE

Black with #8EE1FE

Text Example


Text Example

White with #8EE1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,225,254); }

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

background-color css

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

 a { background-color: rgb(142,225,254); }

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

border-color css

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

 span { border-color: rgb(142,225,254); }

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