Html Css Color HEX #8EE7FF Columbia Blue

📋 copy color: '#8EE7FF'

red 142 ◦ green 231 ◦ blue 255

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

Shades of Columbia Blue #8EE7FF

Tints of Columbia Blue #8EE7FF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.78%

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

R = 22.61%
G = 36.78%
B = 40.61%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8EE7FF (or 0x8EE7FF) is known color: Columbia Blue. HEX triplet: 8E, E7 and FF. RGB value is (142,231,255). Sum of RGB (Red+Green+Blue) = 142+231+255=628 (83% of max value = 765). Red value is 142 (55.86% from 255 or 22.61% from 628); Green value is 231 (90.62% from 255 or 36.78% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #8EE7FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8EE7FF is #711800. Grayscale: #CECECE. Windows color (decimal): -7411713 or 16770958. OLE color: 16770958.

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

Color convert

RGB 142 231 255 -
CMYK 0.44 0.09 0 0
HSL 192.74º 1% 0.78% -
HSV(B) 192.74º 0.44% 1% -
XYZ 57.78 70.12 105.1 -
YUV 207.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 142 231 255 0.44 0.09 0 0 192.74 1 0.78
Hex 8E E7 FF 2C 9 0 0 C1 64 4E
Octal 216 347 377 54 11 0 0 301 144 116
Binary 10001110 11100111 11111111 101100 1001 0 0 11000001 1100100 1001110

Color Harmonies of #8EE7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE7FF

Black with #8EE7FF

Text Example


Text Example

White with #8EE7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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