Html Css Color HEX #8DE6F9 Columbia Blue

📋 copy color: '#8DE6F9'

red 141 ◦ green 230 ◦ blue 249

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

Shades of Columbia Blue #8DE6F9

Tints of Columbia Blue #8DE6F9

RGB

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

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

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

R = 22.74%
G = 37.1%
B = 40.16%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DE6F9 (or 0x8DE6F9) is known color: Columbia Blue. HEX triplet: 8D, E6 and F9. RGB value is (141,230,249). Sum of RGB (Red+Green+Blue) = 141+230+249=620 (82% of max value = 765). Red value is 141 (55.47% from 255 or 22.74% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 249 (97.66% from 255 or 40.16% from 620); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DE6F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8DE6F9 is #721906. Grayscale: #CDCDCD. Windows color (decimal): -7477511 or 16377485. OLE color: 16377485.

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

Color convert

RGB 141 230 249 -
CMYK 0.43 0.08 0 0.02
HSL 190.56º 0.9% 0.76% -
HSV(B) 190.56º 0.43% 0.98% -
XYZ 56.38 69.1 99.99 -
YUV 205.56 152.51 81.96 -
System Red Green Blue C M Y K H S L
Decimal 141 230 249 0.43 0.08 0 0.02 190.56 0.9 0.76
Hex 8D E6 F9 2B 8 0 2 BF 5A 4C
Octal 215 346 371 53 10 0 2 277 132 114
Binary 10001101 11100110 11111001 101011 1000 0 10 10111111 1011010 1001100

Color Harmonies of #8DE6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DE6F9

Black with #8DE6F9

Text Example


Text Example

White with #8DE6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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