Html Css Color HEX #8CE2FC Columbia Blue

📋 copy color: '#8CE2FC'

red 140 ◦ green 226 ◦ blue 252

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

Shades of Columbia Blue #8CE2FC

Tints of Columbia Blue #8CE2FC

RGB

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

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

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

R = 22.65%
G = 36.57%
B = 40.78%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8CE2FC (or 0x8CE2FC) is known color: Columbia Blue. HEX triplet: 8C, E2 and FC. RGB value is (140,226,252). Sum of RGB (Red+Green+Blue) = 140+226+252=618 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.65% from 618); Green value is 226 (88.67% from 255 or 36.57% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CE2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE2FC is #731D03. Grayscale: #CBCBCB. Windows color (decimal): -7544068 or 16573068. OLE color: 16573068.

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

Color convert

RGB 140 226 252 -
CMYK 0.44 0.10 0 0.01
HSL 193.93º 0.95% 0.77% -
HSV(B) 193.93º 0.44% 0.99% -
XYZ 55.58 67 102.1 -
YUV 203.25 155.51 82.89 -
System Red Green Blue C M Y K H S L
Decimal 140 226 252 0.44 0.10 0 0.01 193.93 0.95 0.77
Hex 8C E2 FC 2C A 0 1 C2 5F 4D
Octal 214 342 374 54 12 0 1 302 137 115
Binary 10001100 11100010 11111100 101100 1010 0 1 11000010 1011111 1001101

Color Harmonies of #8CE2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE2FC

Black with #8CE2FC

Text Example


Text Example

White with #8CE2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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