Html Css Color HEX #ACDDFE Columbia Blue

📋 copy color: '#ACDDFE'

red 172 ◦ green 221 ◦ blue 254

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

Shades of Columbia Blue #ACDDFE

Tints of Columbia Blue #ACDDFE

RGB

 RED value IS 172 (67.58% from 255) = 26.58%

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

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

R = 26.58%
G = 34.16%
B = 39.26%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACDDFE (or 0xACDDFE) is known color: Columbia Blue. HEX triplet: AC, DD and FE. RGB value is (172,221,254). Sum of RGB (Red+Green+Blue) = 172+221+254=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 221 (86.72% from 255 or 34.16% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACDDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDFE is #532201. Grayscale: #D1D1D1. Windows color (decimal): -5448194 or 16702892. OLE color: 16702892.

HSL color Cylindrical-coordinate representation of color #ACDDFE: hue angle of 204.15º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDDFE is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 221 254 -
CMYK 0.32 0.13 0 0.00
HSL 204.15º 0.98% 0.84% -
HSV(B) 204.15º 0.32% 1% -
XYZ 60.76 67.64 103.62 -
YUV 210.11 152.77 100.82 -
System Red Green Blue C M Y K H S L
Decimal 172 221 254 0.32 0.13 0 0.00 204.15 0.98 0.84
Hex AC DD FE 20 D 0 0 CC 62 54
Octal 254 335 376 40 15 0 0 314 142 124
Binary 10101100 11011101 11111110 100000 1101 0 0 11001100 1100010 1010100

Color Harmonies of #ACDDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDFE

Black with #ACDDFE

Text Example


Text Example

White with #ACDDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDFE; }

 p { color: rgb(172,221,254); }

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

background-color css

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

 a { background-color: rgb(172,221,254); }

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

border-color css

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

 span { border-color: rgb(172,221,254); }

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