Html Css Color HEX #8CE8F9 Columbia Blue

📋 copy color: '#8CE8F9'

red 140 ◦ green 232 ◦ blue 249

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

Shades of Columbia Blue #8CE8F9

Tints of Columbia Blue #8CE8F9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.36%

 BLUE value IS 249 (97.66% from 255) = 40.1%

R = 22.54%
G = 37.36%
B = 40.1%

CMYK

 C value IS 0.44

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8CE8F9 (or 0x8CE8F9) is known color: Columbia Blue. HEX triplet: 8C, E8 and F9. RGB value is (140,232,249). Sum of RGB (Red+Green+Blue) = 140+232+249=621 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.54% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #8CE8F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE8F9 is #731706. Grayscale: #CECECE. Windows color (decimal): -7542535 or 16377996. OLE color: 16377996.

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

Color convert

RGB 140 232 249 -
CMYK 0.44 0.07 0 0.02
HSL 189.36º 0.9% 0.76% -
HSV(B) 189.36º 0.44% 0.98% -
XYZ 56.77 70.13 100.17 -
YUV 206.43 152.02 80.62 -
System Red Green Blue C M Y K H S L
Decimal 140 232 249 0.44 0.07 0 0.02 189.36 0.9 0.76
Hex 8C E8 F9 2C 7 0 2 BD 5A 4C
Octal 214 350 371 54 7 0 2 275 132 114
Binary 10001100 11101000 11111001 101100 111 0 10 10111101 1011010 1001100

Color Harmonies of #8CE8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE8F9

Black with #8CE8F9

Text Example


Text Example

White with #8CE8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,232,249); }

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

background-color css

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

 a { background-color: rgb(140,232,249); }

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

border-color css

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

 span { border-color: rgb(140,232,249); }

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