Html Css Color HEX #8DDCFF Columbia Blue

📋 copy color: '#8DDCFF'

red 141 ◦ green 220 ◦ blue 255

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

Shades of Columbia Blue #8DDCFF

Tints of Columbia Blue #8DDCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.4%

R = 22.89%
G = 35.71%
B = 41.4%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DDCFF (or 0x8DDCFF) is known color: Columbia Blue. HEX triplet: 8D, DC and FF. RGB value is (141,220,255). Sum of RGB (Red+Green+Blue) = 141+220+255=616 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.89% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DDCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDCFF is #722300. Grayscale: #C8C8C8. Windows color (decimal): -7480065 or 16768141. OLE color: 16768141.

HSL color Cylindrical-coordinate representation of color #8DDCFF: hue angle of 198.42º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DDCFF is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 220 255 -
CMYK 0.45 0.14 0 0
HSL 198.42º 1% 0.78% -
HSV(B) 198.42º 0.45% 1% -
XYZ 54.63 64.07 104.1 -
YUV 200.37 158.83 85.65 -
System Red Green Blue C M Y K H S L
Decimal 141 220 255 0.45 0.14 0 0 198.42 1 0.78
Hex 8D DC FF 2D E 0 0 C6 64 4E
Octal 215 334 377 55 16 0 0 306 144 116
Binary 10001101 11011100 11111111 101101 1110 0 0 11000110 1100100 1001110

Color Harmonies of #8DDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDCFF

Black with #8DDCFF

Text Example


Text Example

White with #8DDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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