Html Css Color HEX #8EDFFA Columbia Blue

📋 copy color: '#8EDFFA'

red 142 ◦ green 223 ◦ blue 250

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

Shades of Columbia Blue #8EDFFA

Tints of Columbia Blue #8EDFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.26%

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

R = 23.09%
G = 36.26%
B = 40.65%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8EDFFA (or 0x8EDFFA) is known color: Columbia Blue. HEX triplet: 8E, DF and FA. RGB value is (142,223,250). Sum of RGB (Red+Green+Blue) = 142+223+250=615 (81% of max value = 765). Red value is 142 (55.86% from 255 or 23.09% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #8EDFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8EDFFA is #712005. Grayscale: #C9C9C9. Windows color (decimal): -7413766 or 16441230. OLE color: 16441230.

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

Color convert

RGB 142 223 250 -
CMYK 0.43 0.11 0 0.02
HSL 195º 0.92% 0.77% -
HSV(B) 195º 0.43% 0.98% -
XYZ 54.8 65.43 100.18 -
YUV 201.86 155.16 85.3 -
System Red Green Blue C M Y K H S L
Decimal 142 223 250 0.43 0.11 0 0.02 195 0.92 0.77
Hex 8E DF FA 2B B 0 2 C3 5C 4D
Octal 216 337 372 53 13 0 2 303 134 115
Binary 10001110 11011111 11111010 101011 1011 0 10 11000011 1011100 1001101

Color Harmonies of #8EDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDFFA

Black with #8EDFFA

Text Example


Text Example

White with #8EDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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