Html Css Color HEX #8CE2FF Columbia Blue

📋 copy color: '#8CE2FF'

red 140 ◦ green 226 ◦ blue 255

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

Shades of Columbia Blue #8CE2FF

Tints of Columbia Blue #8CE2FF

RGB

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

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

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

R = 22.54%
G = 36.39%
B = 41.06%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CE2FF (or 0x8CE2FF) is known color: Columbia Blue. HEX triplet: 8C, E2 and FF. RGB value is (140,226,255). Sum of RGB (Red+Green+Blue) = 140+226+255=621 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.54% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CE2FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE2FF is #731D00. Grayscale: #CBCBCB. Windows color (decimal): -7544065 or 16769676. OLE color: 16769676.

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

Color convert

RGB 140 226 255 -
CMYK 0.45 0.11 0 0
HSL 195.13º 1% 0.77% -
HSV(B) 195.13º 0.45% 1% -
XYZ 56.06 67.19 104.62 -
YUV 203.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 140 226 255 0.45 0.11 0 0 195.13 1 0.77
Hex 8C E2 FF 2D B 0 0 C3 64 4D
Octal 214 342 377 55 13 0 0 303 144 115
Binary 10001100 11100010 11111111 101101 1011 0 0 11000011 1100100 1001101

Color Harmonies of #8CE2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE2FF

Black with #8CE2FF

Text Example


Text Example

White with #8CE2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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