Html Css Color HEX #8CE3FE Columbia Blue

📋 copy color: '#8CE3FE'

red 140 ◦ green 227 ◦ blue 254

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

Shades of Columbia Blue #8CE3FE

Tints of Columbia Blue #8CE3FE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.55%

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

R = 22.54%
G = 36.55%
B = 40.9%

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

#8CE3FE (or 0x8CE3FE) is known color: Columbia Blue. HEX triplet: 8C, E3 and FE. RGB value is (140,227,254). Sum of RGB (Red+Green+Blue) = 140+227+254=621 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.54% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CE3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE3FE is #731C01. Grayscale: #CBCBCB. Windows color (decimal): -7543810 or 16704396. OLE color: 16704396.

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

Color convert

RGB 140 227 254 -
CMYK 0.45 0.11 0 0.00
HSL 194.21º 0.98% 0.77% -
HSV(B) 194.21º 0.45% 1% -
XYZ 56.17 67.67 103.87 -
YUV 204.07 156.18 82.3 -
System Red Green Blue C M Y K H S L
Decimal 140 227 254 0.45 0.11 0 0.00 194.21 0.98 0.77
Hex 8C E3 FE 2D B 0 0 C2 62 4D
Octal 214 343 376 55 13 0 0 302 142 115
Binary 10001100 11100011 11111110 101101 1011 0 0 11000010 1100010 1001101

Color Harmonies of #8CE3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE3FE

Black with #8CE3FE

Text Example


Text Example

White with #8CE3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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