Html Css Color HEX #8EDBFA Columbia Blue

📋 copy color: '#8EDBFA'

red 142 ◦ green 219 ◦ blue 250

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

Shades of Columbia Blue #8EDBFA

Tints of Columbia Blue #8EDBFA

RGB

 RED value IS 142 (55.86% from 255) = 23.24%

 GREEN value IS 219 (85.94% from 255) = 35.84%

 BLUE value IS 250 (98.05% from 255) = 40.92%

R = 23.24%
G = 35.84%
B = 40.92%

CMYK

 C value IS 0.43

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8EDBFA (or 0x8EDBFA) is known color: Columbia Blue. HEX triplet: 8E, DB and FA. RGB value is (142,219,250). Sum of RGB (Red+Green+Blue) = 142+219+250=611 (80% of max value = 765). Red value is 142 (55.86% from 255 or 23.24% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EDBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDBFA is #712405. Grayscale: #C7C7C7. Windows color (decimal): -7414790 or 16440206. OLE color: 16440206.

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

Color convert

RGB 142 219 250 -
CMYK 0.43 0.12 0 0.02
HSL 197.22º 0.92% 0.77% -
HSV(B) 197.22º 0.43% 0.98% -
XYZ 53.74 63.32 99.83 -
YUV 199.51 156.49 86.98 -
System Red Green Blue C M Y K H S L
Decimal 142 219 250 0.43 0.12 0 0.02 197.22 0.92 0.77
Hex 8E DB FA 2B C 0 2 C5 5C 4D
Octal 216 333 372 53 14 0 2 305 134 115
Binary 10001110 11011011 11111010 101011 1100 0 10 11000101 1011100 1001101

Color Harmonies of #8EDBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDBFA

Black with #8EDBFA

Text Example


Text Example

White with #8EDBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,219,250); }

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

background-color css

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

 a { background-color: rgb(142,219,250); }

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

border-color css

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

 span { border-color: rgb(142,219,250); }

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