Html Css Color HEX #8DDAFE Columbia Blue

📋 copy color: '#8DDAFE'

red 141 ◦ green 218 ◦ blue 254

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

Shades of Columbia Blue #8DDAFE

Tints of Columbia Blue #8DDAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 23%
G = 35.56%
B = 41.44%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DDAFE (or 0x8DDAFE) is known color: Columbia Blue. HEX triplet: 8D, DA and FE. RGB value is (141,218,254). Sum of RGB (Red+Green+Blue) = 141+218+254=613 (81% of max value = 765). Red value is 141 (55.47% from 255 or 23.00% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DDAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DDAFE is #722501. Grayscale: #C6C6C6. Windows color (decimal): -7480578 or 16702093. OLE color: 16702093.

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

Color convert

RGB 141 218 254 -
CMYK 0.44 0.14 0 0.00
HSL 199.12º 0.98% 0.77% -
HSV(B) 199.12º 0.44% 1% -
XYZ 53.95 62.96 103.08 -
YUV 199.08 158.99 86.57 -
System Red Green Blue C M Y K H S L
Decimal 141 218 254 0.44 0.14 0 0.00 199.12 0.98 0.77
Hex 8D DA FE 2C E 0 0 C7 62 4D
Octal 215 332 376 54 16 0 0 307 142 115
Binary 10001101 11011010 11111110 101100 1110 0 0 11000111 1100010 1001101

Color Harmonies of #8DDAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDAFE

Black with #8DDAFE

Text Example


Text Example

White with #8DDAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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