Html Css Color HEX #8EE5F9 Columbia Blue

📋 copy color: '#8EE5F9'

red 142 ◦ green 229 ◦ blue 249

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

Shades of Columbia Blue #8EE5F9

Tints of Columbia Blue #8EE5F9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.94%

 BLUE value IS 249 (97.66% from 255) = 40.16%

R = 22.9%
G = 36.94%
B = 40.16%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8EE5F9 (or 0x8EE5F9) is known color: Columbia Blue. HEX triplet: 8E, E5 and F9. RGB value is (142,229,249). Sum of RGB (Red+Green+Blue) = 142+229+249=620 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.90% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #8EE5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE5F9 is #711A06. Grayscale: #CDCDCD. Windows color (decimal): -7412231 or 16377230. OLE color: 16377230.

HSL color Cylindrical-coordinate representation of color #8EE5F9: hue angle of 191.21º degrees, saturation: 0.9, 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 #8EE5F9 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 142 229 249 -
CMYK 0.43 0.08 0 0.02
HSL 191.22º 0.9% 0.77% -
HSV(B) 191.22º 0.43% 0.98% -
XYZ 56.27 68.63 99.9 -
YUV 205.27 152.68 82.87 -
System Red Green Blue C M Y K H S L
Decimal 142 229 249 0.43 0.08 0 0.02 191.22 0.9 0.77
Hex 8E E5 F9 2B 8 0 2 BF 5A 4D
Octal 216 345 371 53 10 0 2 277 132 115
Binary 10001110 11100101 11111001 101011 1000 0 10 10111111 1011010 1001101

Color Harmonies of #8EE5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE5F9

Black with #8EE5F9

Text Example


Text Example

White with #8EE5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,229,249); }

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

background-color css

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

 a { background-color: rgb(142,229,249); }

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

border-color css

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

 span { border-color: rgb(142,229,249); }

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