Html Css Color HEX #8CE4FB Columbia Blue

📋 copy color: '#8CE4FB'

red 140 ◦ green 228 ◦ blue 251

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

Shades of Columbia Blue #8CE4FB

Tints of Columbia Blue #8CE4FB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.83%

 BLUE value IS 251 (98.44% from 255) = 40.55%

R = 22.62%
G = 36.83%
B = 40.55%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8CE4FB (or 0x8CE4FB) is known color: Columbia Blue. HEX triplet: 8C, E4 and FB. RGB value is (140,228,251). Sum of RGB (Red+Green+Blue) = 140+228+251=619 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.62% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 251 (98.44% from 255 or 40.55% from 619); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CE4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE4FB is #731B04. Grayscale: #CCCCCC. Windows color (decimal): -7543557 or 16508044. OLE color: 16508044.

HSL color Cylindrical-coordinate representation of color #8CE4FB: hue angle of 192.43º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CE4FB is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 228 251 -
CMYK 0.44 0.09 0 0.02
HSL 192.43º 0.93% 0.77% -
HSV(B) 192.43º 0.44% 0.98% -
XYZ 55.97 68.03 101.45 -
YUV 204.31 154.35 82.13 -
System Red Green Blue C M Y K H S L
Decimal 140 228 251 0.44 0.09 0 0.02 192.43 0.93 0.77
Hex 8C E4 FB 2C 9 0 2 C0 5D 4D
Octal 214 344 373 54 11 0 2 300 135 115
Binary 10001100 11100100 11111011 101100 1001 0 10 11000000 1011101 1001101

Color Harmonies of #8CE4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE4FB

Black with #8CE4FB

Text Example


Text Example

White with #8CE4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,228,251); }

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

background-color css

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

 a { background-color: rgb(140,228,251); }

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

border-color css

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

 span { border-color: rgb(140,228,251); }

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