Html Css Color HEX #8CE0FF Columbia Blue

📋 copy color: '#8CE0FF'

red 140 ◦ green 224 ◦ blue 255

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

Shades of Columbia Blue #8CE0FF

Tints of Columbia Blue #8CE0FF

RGB

 RED value IS 140 (55.08% from 255) = 22.62%

 GREEN value IS 224 (87.89% from 255) = 36.19%

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

R = 22.62%
G = 36.19%
B = 41.2%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CE0FF (or 0x8CE0FF) is known color: Columbia Blue. HEX triplet: 8C, E0 and FF. RGB value is (140,224,255). Sum of RGB (Red+Green+Blue) = 140+224+255=619 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.62% from 619); Green value is 224 (87.89% from 255 or 36.19% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CE0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE0FF is #731F00. Grayscale: #CACACA. Windows color (decimal): -7544577 or 16769164. OLE color: 16769164.

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

Color convert

RGB 140 224 255 -
CMYK 0.45 0.12 0 0
HSL 196.17º 1% 0.77% -
HSV(B) 196.17º 0.45% 1% -
XYZ 55.52 66.11 104.44 -
YUV 202.42 157.67 83.48 -
System Red Green Blue C M Y K H S L
Decimal 140 224 255 0.45 0.12 0 0 196.17 1 0.77
Hex 8C E0 FF 2D C 0 0 C4 64 4D
Octal 214 340 377 55 14 0 0 304 144 115
Binary 10001100 11100000 11111111 101101 1100 0 0 11000100 1100100 1001101

Color Harmonies of #8CE0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE0FF

Black with #8CE0FF

Text Example


Text Example

White with #8CE0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,224,255); }

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

background-color css

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

 a { background-color: rgb(140,224,255); }

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

border-color css

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

 span { border-color: rgb(140,224,255); }

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