Html Css Color HEX #8CE5F9 Columbia Blue

📋 copy color: '#8CE5F9'

red 140 ◦ green 229 ◦ blue 249

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

Shades of Columbia Blue #8CE5F9

Tints of Columbia Blue #8CE5F9

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.06%

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

R = 22.65%
G = 37.06%
B = 40.29%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8CE5F9 (or 0x8CE5F9) is known color: Columbia Blue. HEX triplet: 8C, E5 and F9. RGB value is (140,229,249). Sum of RGB (Red+Green+Blue) = 140+229+249=618 (81% of max value = 765). Red value is 140 (55.08% from 255 or 22.65% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #8CE5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE5F9 is #731A06. Grayscale: #CCCCCC. Windows color (decimal): -7543303 or 16377228. OLE color: 16377228.

HSL color Cylindrical-coordinate representation of color #8CE5F9: hue angle of 191.01º 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 #8CE5F9 is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 229 249 -
CMYK 0.44 0.08 0 0.02
HSL 191.01º 0.9% 0.76% -
HSV(B) 191.01º 0.44% 0.98% -
XYZ 55.93 68.45 99.89 -
YUV 204.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 140 229 249 0.44 0.08 0 0.02 191.01 0.9 0.76
Hex 8C E5 F9 2C 8 0 2 BF 5A 4C
Octal 214 345 371 54 10 0 2 277 132 114
Binary 10001100 11100101 11111001 101100 1000 0 10 10111111 1011010 1001100

Color Harmonies of #8CE5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE5F9

Black with #8CE5F9

Text Example


Text Example

White with #8CE5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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