Html Css Color HEX #ACDDFF Columbia Blue

📋 copy color: '#ACDDFF'

red 172 ◦ green 221 ◦ blue 255

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

Shades of Columbia Blue #ACDDFF

Tints of Columbia Blue #ACDDFF

RGB

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

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

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

R = 26.54%
G = 34.1%
B = 39.35%

CMYK

 C value IS 0.33

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACDDFF (or 0xACDDFF) is known color: Columbia Blue. HEX triplet: AC, DD and FF. RGB value is (172,221,255). Sum of RGB (Red+Green+Blue) = 172+221+255=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACDDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDFF is #532200. Grayscale: #D2D2D2. Windows color (decimal): -5448193 or 16768428. OLE color: 16768428.

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

Color convert

RGB 172 221 255 -
CMYK 0.33 0.13 0 0
HSL 204.58º 1% 0.84% -
HSV(B) 204.58º 0.33% 1% -
XYZ 60.92 67.7 104.47 -
YUV 210.23 153.27 100.74 -
System Red Green Blue C M Y K H S L
Decimal 172 221 255 0.33 0.13 0 0 204.58 1 0.84
Hex AC DD FF 21 D 0 0 CD 64 54
Octal 254 335 377 41 15 0 0 315 144 124
Binary 10101100 11011101 11111111 100001 1101 0 0 11001101 1100100 1010100

Color Harmonies of #ACDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDFF

Black with #ACDDFF

Text Example


Text Example

White with #ACDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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