Html Css Color HEX #8EE2FF Columbia Blue

📋 copy color: '#8EE2FF'

red 142 ◦ green 226 ◦ blue 255

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

Shades of Columbia Blue #8EE2FF

Tints of Columbia Blue #8EE2FF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.28%

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

R = 22.79%
G = 36.28%
B = 40.93%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8EE2FF (or 0x8EE2FF) is known color: Columbia Blue. HEX triplet: 8E, E2 and FF. RGB value is (142,226,255). Sum of RGB (Red+Green+Blue) = 142+226+255=623 (82% of max value = 765). Red value is 142 (55.86% from 255 or 22.79% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EE2FF is #711D00. Grayscale: #CBCBCB. Windows color (decimal): -7412993 or 16769678. OLE color: 16769678.

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

Color convert

RGB 142 226 255 -
CMYK 0.44 0.11 0 0
HSL 195.4º 1% 0.78% -
HSV(B) 195.4º 0.44% 1% -
XYZ 56.4 67.36 104.64 -
YUV 204.19 156.67 83.64 -
System Red Green Blue C M Y K H S L
Decimal 142 226 255 0.44 0.11 0 0 195.4 1 0.78
Hex 8E E2 FF 2C B 0 0 C3 64 4E
Octal 216 342 377 54 13 0 0 303 144 116
Binary 10001110 11100010 11111111 101100 1011 0 0 11000011 1100100 1001110

Color Harmonies of #8EE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE2FF

Black with #8EE2FF

Text Example


Text Example

White with #8EE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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