Html Css Color HEX #8DE2F7 Columbia Blue

📋 copy color: '#8DE2F7'

red 141 ◦ green 226 ◦ blue 247

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

Shades of Columbia Blue #8DE2F7

Tints of Columbia Blue #8DE2F7

RGB

 RED value IS 141 (55.47% from 255) = 22.96%

 GREEN value IS 226 (88.67% from 255) = 36.81%

 BLUE value IS 247 (96.88% from 255) = 40.23%

R = 22.96%
G = 36.81%
B = 40.23%

CMYK

 C value IS 0.43

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8DE2F7 (or 0x8DE2F7) is known color: Columbia Blue. HEX triplet: 8D, E2 and F7. RGB value is (141,226,247). Sum of RGB (Red+Green+Blue) = 141+226+247=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #8DE2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DE2F7 is #721D08. Grayscale: #CACACA. Windows color (decimal): -7478537 or 16245389. OLE color: 16245389.

HSL color Cylindrical-coordinate representation of color #8DE2F7: hue angle of 191.89º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DE2F7 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 141 226 247 -
CMYK 0.43 0.09 0 0.03
HSL 191.89º 0.87% 0.76% -
HSV(B) 191.89º 0.43% 0.97% -
XYZ 54.97 66.77 97.99 -
YUV 202.98 152.84 83.79 -
System Red Green Blue C M Y K H S L
Decimal 141 226 247 0.43 0.09 0 0.03 191.89 0.87 0.76
Hex 8D E2 F7 2B 9 0 3 C0 57 4C
Octal 215 342 367 53 11 0 3 300 127 114
Binary 10001101 11100010 11110111 101011 1001 0 11 11000000 1010111 1001100

Color Harmonies of #8DE2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE2F7

Black with #8DE2F7

Text Example


Text Example

White with #8DE2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,226,247); }

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

background-color css

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

 a { background-color: rgb(141,226,247); }

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

border-color css

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

 span { border-color: rgb(141,226,247); }

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