Html Css Color HEX #8CE3FD Columbia Blue

📋 copy color: '#8CE3FD'

red 140 ◦ green 227 ◦ blue 253

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

Shades of Columbia Blue #8CE3FD

Tints of Columbia Blue #8CE3FD

RGB

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

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

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

R = 22.58%
G = 36.61%
B = 40.81%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8CE3FD (or 0x8CE3FD) is known color: Columbia Blue. HEX triplet: 8C, E3 and FD. RGB value is (140,227,253). Sum of RGB (Red+Green+Blue) = 140+227+253=620 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.58% from 620); Green value is 227 (89.06% from 255 or 36.61% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CE3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE3FD is #731C02. Grayscale: #CBCBCB. Windows color (decimal): -7543811 or 16638860. OLE color: 16638860.

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

Color convert

RGB 140 227 253 -
CMYK 0.45 0.10 0 0.01
HSL 193.81º 0.97% 0.77% -
HSV(B) 193.81º 0.45% 0.99% -
XYZ 56.01 67.61 103.03 -
YUV 203.95 155.68 82.39 -
System Red Green Blue C M Y K H S L
Decimal 140 227 253 0.45 0.10 0 0.01 193.81 0.97 0.77
Hex 8C E3 FD 2D A 0 1 C2 61 4D
Octal 214 343 375 55 12 0 1 302 141 115
Binary 10001100 11100011 11111101 101101 1010 0 1 11000010 1100001 1001101

Color Harmonies of #8CE3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE3FD

Black with #8CE3FD

Text Example


Text Example

White with #8CE3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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