Html Css Color HEX #ACDFF7 Columbia Blue

📋 copy color: '#ACDFF7'

red 172 ◦ green 223 ◦ blue 247

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

Shades of Columbia Blue #ACDFF7

Tints of Columbia Blue #ACDFF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 38.47%

R = 26.79%
G = 34.74%
B = 38.47%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACDFF7 (or 0xACDFF7) is known color: Columbia Blue. HEX triplet: AC, DF and F7. RGB value is (172,223,247). Sum of RGB (Red+Green+Blue) = 172+223+247=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 247 (96.88% from 255 or 38.47% from 642); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACDFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFF7 is #532008. Grayscale: #D2D2D2. Windows color (decimal): -5447689 or 16244652. OLE color: 16244652.

HSL color Cylindrical-coordinate representation of color #ACDFF7: hue angle of 199.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACDFF7 is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 223 247 -
CMYK 0.30 0.10 0 0.03
HSL 199.2º 0.82% 0.82% -
HSV(B) 199.2º 0.3% 0.97% -
XYZ 60.19 68.26 98 -
YUV 210.49 148.6 100.55 -
System Red Green Blue C M Y K H S L
Decimal 172 223 247 0.30 0.10 0 0.03 199.2 0.82 0.82
Hex AC DF F7 1E A 0 3 C7 52 52
Octal 254 337 367 36 12 0 3 307 122 122
Binary 10101100 11011111 11110111 11110 1010 0 11 11000111 1010010 1010010

Color Harmonies of #ACDFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFF7

Black with #ACDFF7

Text Example


Text Example

White with #ACDFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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