Html Css Color HEX #8DDDFD Columbia Blue

📋 copy color: '#8DDDFD'

red 141 ◦ green 221 ◦ blue 253

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

Shades of Columbia Blue #8DDDFD

Tints of Columbia Blue #8DDDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.93%

 BLUE value IS 253 (99.22% from 255) = 41.14%

R = 22.93%
G = 35.93%
B = 41.14%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8DDDFD (or 0x8DDDFD) is known color: Columbia Blue. HEX triplet: 8D, DD and FD. RGB value is (141,221,253). Sum of RGB (Red+Green+Blue) = 141+221+253=615 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.93% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DDDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDDFD is #722202. Grayscale: #C8C8C8. Windows color (decimal): -7479811 or 16637325. OLE color: 16637325.

HSL color Cylindrical-coordinate representation of color #8DDDFD: hue angle of 197.14º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DDDFD is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 221 253 -
CMYK 0.44 0.13 0 0.01
HSL 197.14º 0.97% 0.77% -
HSV(B) 197.14º 0.44% 0.99% -
XYZ 54.57 64.47 102.5 -
YUV 200.73 157.5 85.4 -
System Red Green Blue C M Y K H S L
Decimal 141 221 253 0.44 0.13 0 0.01 197.14 0.97 0.77
Hex 8D DD FD 2C D 0 1 C5 61 4D
Octal 215 335 375 54 15 0 1 305 141 115
Binary 10001101 11011101 11111101 101100 1101 0 1 11000101 1100001 1001101

Color Harmonies of #8DDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDDFD

Black with #8DDDFD

Text Example


Text Example

White with #8DDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,221,253); }

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

background-color css

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

 a { background-color: rgb(141,221,253); }

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

border-color css

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

 span { border-color: rgb(141,221,253); }

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