Html Css Color HEX #ACDFF9 Columbia Blue

📋 copy color: '#ACDFF9'

red 172 ◦ green 223 ◦ blue 249

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

Shades of Columbia Blue #ACDFF9

Tints of Columbia Blue #ACDFF9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.63%

 BLUE value IS 249 (97.66% from 255) = 38.66%

R = 26.71%
G = 34.63%
B = 38.66%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACDFF9 (or 0xACDFF9) is known color: Columbia Blue. HEX triplet: AC, DF and F9. RGB value is (172,223,249). Sum of RGB (Red+Green+Blue) = 172+223+249=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 223 (87.5% from 255 or 34.63% from 644); Blue value is 249 (97.66% from 255 or 38.66% from 644); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACDFF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFF9 is #532006. Grayscale: #D2D2D2. Windows color (decimal): -5447687 or 16375724. OLE color: 16375724.

HSL color Cylindrical-coordinate representation of color #ACDFF9: hue angle of 200.26º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACDFF9 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 223 249 -
CMYK 0.31 0.10 0 0.02
HSL 200.26º 0.87% 0.83% -
HSV(B) 200.26º 0.31% 0.98% -
XYZ 60.5 68.39 99.63 -
YUV 210.72 149.6 100.39 -
System Red Green Blue C M Y K H S L
Decimal 172 223 249 0.31 0.10 0 0.02 200.26 0.87 0.83
Hex AC DF F9 1F A 0 2 C8 57 53
Octal 254 337 371 37 12 0 2 310 127 123
Binary 10101100 11011111 11111001 11111 1010 0 10 11001000 1010111 1010011

Color Harmonies of #ACDFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFF9

Black with #ACDFF9

Text Example


Text Example

White with #ACDFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFF9; }

 p { color: rgb(172,223,249); }

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

background-color css

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

 a { background-color: rgb(172,223,249); }

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

border-color css

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

 span { border-color: rgb(172,223,249); }

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