Html Css Color HEX #8DDCFD Columbia Blue

📋 copy color: '#8DDCFD'

red 141 ◦ green 220 ◦ blue 253

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

Shades of Columbia Blue #8DDCFD

Tints of Columbia Blue #8DDCFD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.83%

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

R = 22.96%
G = 35.83%
B = 41.21%

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

#8DDCFD (or 0x8DDCFD) is known color: Columbia Blue. HEX triplet: 8D, DC and FD. RGB value is (141,220,253). Sum of RGB (Red+Green+Blue) = 141+220+253=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #8DDCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCFD is #722302. Grayscale: #C7C7C7. Windows color (decimal): -7480067 or 16637069. OLE color: 16637069.

HSL color Cylindrical-coordinate representation of color #8DDCFD: hue angle of 197.68º 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 #8DDCFD is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 141 220 253 -
CMYK 0.44 0.13 0 0.01
HSL 197.68º 0.97% 0.77% -
HSV(B) 197.68º 0.44% 0.99% -
XYZ 54.31 63.94 102.41 -
YUV 200.14 157.83 85.82 -
System Red Green Blue C M Y K H S L
Decimal 141 220 253 0.44 0.13 0 0.01 197.68 0.97 0.77
Hex 8D DC FD 2C D 0 1 C6 61 4D
Octal 215 334 375 54 15 0 1 306 141 115
Binary 10001101 11011100 11111101 101100 1101 0 1 11000110 1100001 1001101

Color Harmonies of #8DDCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDCFD

Black with #8DDCFD

Text Example


Text Example

White with #8DDCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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