Html Css Color HEX #ACDAFF Columbia Blue

📋 copy color: '#ACDAFF'

red 172 ◦ green 218 ◦ blue 255

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

Shades of Columbia Blue #ACDAFF

Tints of Columbia Blue #ACDAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.8%

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

R = 26.67%
G = 33.8%
B = 39.53%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACDAFF (or 0xACDAFF) is known color: Columbia Blue. HEX triplet: AC, DA and FF. RGB value is (172,218,255). Sum of RGB (Red+Green+Blue) = 172+218+255=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACDAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDAFF is #532500. Grayscale: #D0D0D0. Windows color (decimal): -5448961 or 16767660. OLE color: 16767660.

HSL color Cylindrical-coordinate representation of color #ACDAFF: hue angle of 206.75º 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 #ACDAFF is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 218 255 -
CMYK 0.33 0.15 0 0
HSL 206.75º 1% 0.84% -
HSV(B) 206.75º 0.33% 1% -
XYZ 60.13 66.13 104.2 -
YUV 208.46 154.26 101.99 -
System Red Green Blue C M Y K H S L
Decimal 172 218 255 0.33 0.15 0 0 206.75 1 0.84
Hex AC DA FF 21 F 0 0 CF 64 54
Octal 254 332 377 41 17 0 0 317 144 124
Binary 10101100 11011010 11111111 100001 1111 0 0 11001111 1100100 1010100

Color Harmonies of #ACDAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAFF

Black with #ACDAFF

Text Example


Text Example

White with #ACDAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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