Html Css Color HEX #8EE5FF Columbia Blue

📋 copy color: '#8EE5FF'

red 142 ◦ green 229 ◦ blue 255

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

Shades of Columbia Blue #8EE5FF

Tints of Columbia Blue #8EE5FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.73%

R = 22.68%
G = 36.58%
B = 40.73%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8EE5FF (or 0x8EE5FF) is known color: Columbia Blue. HEX triplet: 8E, E5 and FF. RGB value is (142,229,255). Sum of RGB (Red+Green+Blue) = 142+229+255=626 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.68% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EE5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE5FF is #711A00. Grayscale: #CDCDCD. Windows color (decimal): -7412225 or 16770446. OLE color: 16770446.

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

Color convert

RGB 142 229 255 -
CMYK 0.44 0.10 0 0
HSL 193.81º 1% 0.78% -
HSV(B) 193.81º 0.44% 1% -
XYZ 57.22 69.01 104.91 -
YUV 205.95 155.68 82.39 -
System Red Green Blue C M Y K H S L
Decimal 142 229 255 0.44 0.10 0 0 193.81 1 0.78
Hex 8E E5 FF 2C A 0 0 C2 64 4E
Octal 216 345 377 54 12 0 0 302 144 116
Binary 10001110 11100101 11111111 101100 1010 0 0 11000010 1100100 1001110

Color Harmonies of #8EE5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE5FF

Black with #8EE5FF

Text Example


Text Example

White with #8EE5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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