Html Css Color HEX #8CE2FD Columbia Blue

📋 copy color: '#8CE2FD'

red 140 ◦ green 226 ◦ blue 253

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

Shades of Columbia Blue #8CE2FD

Tints of Columbia Blue #8CE2FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.87%

R = 22.62%
G = 36.51%
B = 40.87%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8CE2FD (or 0x8CE2FD) is known color: Columbia Blue. HEX triplet: 8C, E2 and FD. RGB value is (140,226,253). Sum of RGB (Red+Green+Blue) = 140+226+253=619 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.62% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CE2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE2FD is #731D02. Grayscale: #CBCBCB. Windows color (decimal): -7544067 or 16638604. OLE color: 16638604.

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

Color convert

RGB 140 226 253 -
CMYK 0.45 0.11 0 0.01
HSL 194.34º 0.97% 0.77% -
HSV(B) 194.34º 0.45% 0.99% -
XYZ 55.74 67.06 102.93 -
YUV 203.36 156.01 82.8 -
System Red Green Blue C M Y K H S L
Decimal 140 226 253 0.45 0.11 0 0.01 194.34 0.97 0.77
Hex 8C E2 FD 2D B 0 1 C2 61 4D
Octal 214 342 375 55 13 0 1 302 141 115
Binary 10001100 11100010 11111101 101101 1011 0 1 11000010 1100001 1001101

Color Harmonies of #8CE2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE2FD

Black with #8CE2FD

Text Example


Text Example

White with #8CE2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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