Html Css Color HEX #8DDAFF Columbia Blue

📋 copy color: '#8DDAFF'

red 141 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #8DDAFF

Tints of Columbia Blue #8DDAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.5%

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

R = 22.96%
G = 35.5%
B = 41.53%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DDAFF (or 0x8DDAFF) is known color: Columbia Blue. HEX triplet: 8D, DA and FF. RGB value is (141,218,255). Sum of RGB (Red+Green+Blue) = 141+218+255=614 (81% of max value = 765). Red value is 141 (55.47% from 255 or 22.96% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDAFF is #722500. Grayscale: #C6C6C6. Windows color (decimal): -7480577 or 16767629. OLE color: 16767629.

HSL color Cylindrical-coordinate representation of color #8DDAFF: hue angle of 199.47º 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 #8DDAFF is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 218 255 -
CMYK 0.45 0.15 0 0
HSL 199.47º 1% 0.78% -
HSV(B) 199.47º 0.45% 1% -
XYZ 54.11 63.03 103.92 -
YUV 199.2 159.49 86.49 -
System Red Green Blue C M Y K H S L
Decimal 141 218 255 0.45 0.15 0 0 199.47 1 0.78
Hex 8D DA FF 2D F 0 0 C7 64 4E
Octal 215 332 377 55 17 0 0 307 144 116
Binary 10001101 11011010 11111111 101101 1111 0 0 11000111 1100100 1001110

Color Harmonies of #8DDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDAFF

Black with #8DDAFF

Text Example


Text Example

White with #8DDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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