Html Css Color HEX #8DDFF9 Columbia Blue

📋 copy color: '#8DDFF9'

red 141 ◦ green 223 ◦ blue 249

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

Shades of Columbia Blue #8DDFF9

Tints of Columbia Blue #8DDFF9

RGB

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

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

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

R = 23%
G = 36.38%
B = 40.62%

CMYK

 C value IS 0.43

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DDFF9 (or 0x8DDFF9) is known color: Columbia Blue. HEX triplet: 8D, DF and F9. RGB value is (141,223,249). Sum of RGB (Red+Green+Blue) = 141+223+249=613 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.00% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 249 (97.66% from 255 or 40.62% from 613); Max value from RGB is 249 - color contains mainly: blue. Hex color #8DDFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDFF9 is #722006. Grayscale: #C9C9C9. Windows color (decimal): -7479303 or 16375693. OLE color: 16375693.

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

Color convert

RGB 141 223 249 -
CMYK 0.43 0.10 0 0.02
HSL 194.44º 0.9% 0.76% -
HSV(B) 194.44º 0.43% 0.98% -
XYZ 54.47 65.28 99.35 -
YUV 201.45 154.83 84.89 -
System Red Green Blue C M Y K H S L
Decimal 141 223 249 0.43 0.10 0 0.02 194.44 0.9 0.76
Hex 8D DF F9 2B A 0 2 C2 5A 4C
Octal 215 337 371 53 12 0 2 302 132 114
Binary 10001101 11011111 11111001 101011 1010 0 10 11000010 1011010 1001100

Color Harmonies of #8DDFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDFF9

Black with #8DDFF9

Text Example


Text Example

White with #8DDFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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