Html Css Color HEX #ACDDFC Columbia Blue

📋 copy color: '#ACDDFC'

red 172 ◦ green 221 ◦ blue 252

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

Shades of Columbia Blue #ACDDFC

Tints of Columbia Blue #ACDDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.07%

R = 26.67%
G = 34.26%
B = 39.07%

CMYK

 C value IS 0.32

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACDDFC (or 0xACDDFC) is known color: Columbia Blue. HEX triplet: AC, DD and FC. RGB value is (172,221,252). Sum of RGB (Red+Green+Blue) = 172+221+252=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 221 (86.72% from 255 or 34.26% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACDDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDDFC is #532203. Grayscale: #D1D1D1. Windows color (decimal): -5448196 or 16571820. OLE color: 16571820.

HSL color Cylindrical-coordinate representation of color #ACDDFC: hue angle of 203.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACDDFC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 221 252 -
CMYK 0.32 0.12 0 0.01
HSL 203.25º 0.93% 0.83% -
HSV(B) 203.25º 0.32% 0.99% -
XYZ 60.44 67.51 101.94 -
YUV 209.88 151.77 100.98 -
System Red Green Blue C M Y K H S L
Decimal 172 221 252 0.32 0.12 0 0.01 203.25 0.93 0.83
Hex AC DD FC 20 C 0 1 CB 5D 53
Octal 254 335 374 40 14 0 1 313 135 123
Binary 10101100 11011101 11111100 100000 1100 0 1 11001011 1011101 1010011

Color Harmonies of #ACDDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDFC

Black with #ACDDFC

Text Example


Text Example

White with #ACDDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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