Html Css Color HEX #8CE6FE Columbia Blue

📋 copy color: '#8CE6FE'

red 140 ◦ green 230 ◦ blue 254

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

Shades of Columbia Blue #8CE6FE

Tints of Columbia Blue #8CE6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.86%

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

R = 22.44%
G = 36.86%
B = 40.71%

CMYK

 C value IS 0.45

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CE6FE (or 0x8CE6FE) is known color: Columbia Blue. HEX triplet: 8C, E6 and FE. RGB value is (140,230,254). Sum of RGB (Red+Green+Blue) = 140+230+254=624 (82% of max value = 765). Red value is 140 (55.08% from 255 or 22.44% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CE6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE6FE is #731901. Grayscale: #CDCDCD. Windows color (decimal): -7543042 or 16705164. OLE color: 16705164.

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

Color convert

RGB 140 230 254 -
CMYK 0.45 0.09 0 0.00
HSL 192.63º 0.98% 0.77% -
HSV(B) 192.63º 0.45% 1% -
XYZ 57 69.32 104.14 -
YUV 205.83 155.18 81.05 -
System Red Green Blue C M Y K H S L
Decimal 140 230 254 0.45 0.09 0 0.00 192.63 0.98 0.77
Hex 8C E6 FE 2D 9 0 0 C1 62 4D
Octal 214 346 376 55 11 0 0 301 142 115
Binary 10001100 11100110 11111110 101101 1001 0 0 11000001 1100010 1001101

Color Harmonies of #8CE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CE6FE

Black with #8CE6FE

Text Example


Text Example

White with #8CE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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