Html Css Color HEX #8EEBFE Columbia Blue

📋 copy color: '#8EEBFE'

red 142 ◦ green 235 ◦ blue 254

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

Shades of Columbia Blue #8EEBFE

Tints of Columbia Blue #8EEBFE

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.24%

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

R = 22.5%
G = 37.24%
B = 40.25%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8EEBFE (or 0x8EEBFE) is known color: Columbia Blue. HEX triplet: 8E, EB and FE. RGB value is (142,235,254). Sum of RGB (Red+Green+Blue) = 142+235+254=631 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.50% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #8EEBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EEBFE is #711401. Grayscale: #D1D1D1. Windows color (decimal): -7410690 or 16706446. OLE color: 16706446.

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

Color convert

RGB 142 235 254 -
CMYK 0.44 0.07 0 0.00
HSL 190.18º 0.98% 0.78% -
HSV(B) 190.18º 0.44% 1% -
XYZ 58.75 72.32 104.63 -
YUV 209.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 142 235 254 0.44 0.07 0 0.00 190.18 0.98 0.78
Hex 8E EB FE 2C 7 0 0 BE 62 4E
Octal 216 353 376 54 7 0 0 276 142 116
Binary 10001110 11101011 11111110 101100 111 0 0 10111110 1100010 1001110

Color Harmonies of #8EEBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EEBFE

Black with #8EEBFE

Text Example


Text Example

White with #8EEBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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