Html Css Color HEX #8CE2FE Columbia Blue

📋 copy color: '#8CE2FE'

red 140 ◦ green 226 ◦ blue 254

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

Shades of Columbia Blue #8CE2FE

Tints of Columbia Blue #8CE2FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.97%

R = 22.58%
G = 36.45%
B = 40.97%

CMYK

 C value IS 0.45

 M value IS 0.11

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CE2FE (or 0x8CE2FE) is known color: Columbia Blue. HEX triplet: 8C, E2 and FE. RGB value is (140,226,254). Sum of RGB (Red+Green+Blue) = 140+226+254=620 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.58% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CE2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE2FE is #731D01. Grayscale: #CBCBCB. Windows color (decimal): -7544066 or 16704140. OLE color: 16704140.

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

Color convert

RGB 140 226 254 -
CMYK 0.45 0.11 0 0.00
HSL 194.74º 0.98% 0.77% -
HSV(B) 194.74º 0.45% 1% -
XYZ 55.9 67.12 103.78 -
YUV 203.48 156.51 82.72 -
System Red Green Blue C M Y K H S L
Decimal 140 226 254 0.45 0.11 0 0.00 194.74 0.98 0.77
Hex 8C E2 FE 2D B 0 0 C3 62 4D
Octal 214 342 376 55 13 0 0 303 142 115
Binary 10001100 11100010 11111110 101101 1011 0 0 11000011 1100010 1001101

Color Harmonies of #8CE2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE2FE

Black with #8CE2FE

Text Example


Text Example

White with #8CE2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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