Html Css Color HEX #8EE9FE Columbia Blue

📋 copy color: '#8EE9FE'

red 142 ◦ green 233 ◦ blue 254

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

Shades of Columbia Blue #8EE9FE

Tints of Columbia Blue #8EE9FE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.04%

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

R = 22.58%
G = 37.04%
B = 40.38%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8EE9FE (or 0x8EE9FE) is known color: Columbia Blue. HEX triplet: 8E, E9 and FE. RGB value is (142,233,254). Sum of RGB (Red+Green+Blue) = 142+233+254=629 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.58% from 629); Green value is 233 (91.41% from 255 or 37.04% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EE9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE9FE is #711601. Grayscale: #D0D0D0. Windows color (decimal): -7411202 or 16705934. OLE color: 16705934.

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

Color convert

RGB 142 233 254 -
CMYK 0.44 0.08 0 0.00
HSL 191.25º 0.98% 0.78% -
HSV(B) 191.25º 0.44% 1% -
XYZ 58.18 71.18 104.44 -
YUV 208.19 153.85 80.79 -
System Red Green Blue C M Y K H S L
Decimal 142 233 254 0.44 0.08 0 0.00 191.25 0.98 0.78
Hex 8E E9 FE 2C 8 0 0 BF 62 4E
Octal 216 351 376 54 10 0 0 277 142 116
Binary 10001110 11101001 11111110 101100 1000 0 0 10111111 1100010 1001110

Color Harmonies of #8EE9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE9FE

Black with #8EE9FE

Text Example


Text Example

White with #8EE9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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