Html Css Color HEX #8DE7F9 Columbia Blue

📋 copy color: '#8DE7F9'

red 141 ◦ green 231 ◦ blue 249

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

Shades of Columbia Blue #8DE7F9

Tints of Columbia Blue #8DE7F9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.2%

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

R = 22.71%
G = 37.2%
B = 40.1%

CMYK

 C value IS 0.43

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DE7F9 (or 0x8DE7F9) is known color: Columbia Blue. HEX triplet: 8D, E7 and F9. RGB value is (141,231,249). Sum of RGB (Red+Green+Blue) = 141+231+249=621 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.71% from 621); Green value is 231 (90.62% from 255 or 37.20% from 621); Blue value is 249 (97.66% from 255 or 40.10% from 621); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DE7F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE7F9 is #721806. Grayscale: #CDCDCD. Windows color (decimal): -7477255 or 16377741. OLE color: 16377741.

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

Color convert

RGB 141 231 249 -
CMYK 0.43 0.07 0 0.02
HSL 190º 0.9% 0.76% -
HSV(B) 190º 0.43% 0.98% -
XYZ 56.66 69.65 100.08 -
YUV 206.14 152.18 81.54 -
System Red Green Blue C M Y K H S L
Decimal 141 231 249 0.43 0.07 0 0.02 190 0.9 0.76
Hex 8D E7 F9 2B 7 0 2 BE 5A 4C
Octal 215 347 371 53 7 0 2 276 132 114
Binary 10001101 11100111 11111001 101011 111 0 10 10111110 1011010 1001100

Color Harmonies of #8DE7F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE7F9

Black with #8DE7F9

Text Example


Text Example

White with #8DE7F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,231,249); }

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

background-color css

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

 a { background-color: rgb(141,231,249); }

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

border-color css

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

 span { border-color: rgb(141,231,249); }

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