Html Css Color HEX #8CE1FC Columbia Blue

📋 copy color: '#8CE1FC'

red 140 ◦ green 225 ◦ blue 252

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

Shades of Columbia Blue #8CE1FC

Tints of Columbia Blue #8CE1FC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.47%

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 22.69%
G = 36.47%
B = 40.84%

CMYK

 C value IS 0.44

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8CE1FC (or 0x8CE1FC) is known color: Columbia Blue. HEX triplet: 8C, E1 and FC. RGB value is (140,225,252). Sum of RGB (Red+Green+Blue) = 140+225+252=617 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.69% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CE1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE1FC is #731E03. Grayscale: #CACACA. Windows color (decimal): -7544324 or 16572812. OLE color: 16572812.

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

Color convert

RGB 140 225 252 -
CMYK 0.44 0.11 0 0.01
HSL 194.46º 0.95% 0.77% -
HSV(B) 194.46º 0.44% 0.99% -
XYZ 55.31 66.45 102.01 -
YUV 202.66 155.84 83.3 -
System Red Green Blue C M Y K H S L
Decimal 140 225 252 0.44 0.11 0 0.01 194.46 0.95 0.77
Hex 8C E1 FC 2C B 0 1 C2 5F 4D
Octal 214 341 374 54 13 0 1 302 137 115
Binary 10001100 11100001 11111100 101100 1011 0 1 11000010 1011111 1001101

Color Harmonies of #8CE1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE1FC

Black with #8CE1FC

Text Example


Text Example

White with #8CE1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,225,252); }

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

background-color css

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

 a { background-color: rgb(140,225,252); }

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

border-color css

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

 span { border-color: rgb(140,225,252); }

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