Html Css Color HEX #ACDEFF Columbia Blue

📋 copy color: '#ACDEFF'

red 172 ◦ green 222 ◦ blue 255

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

Shades of Columbia Blue #ACDEFF

Tints of Columbia Blue #ACDEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.21%

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

R = 26.5%
G = 34.21%
B = 39.29%

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

#ACDEFF (or 0xACDEFF) is known color: Columbia Blue. HEX triplet: AC, DE and FF. RGB value is (172,222,255). Sum of RGB (Red+Green+Blue) = 172+222+255=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 222 (87.11% from 255 or 34.21% from 649); Blue value is 255 (100% from 255 or 39.29% from 649); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACDEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDEFF is #532100. Grayscale: #D2D2D2. Windows color (decimal): -5447937 or 16768684. OLE color: 16768684.

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

Color convert

RGB 172 222 255 -
CMYK 0.33 0.13 0 0
HSL 203.86º 1% 0.84% -
HSV(B) 203.86º 0.33% 1% -
XYZ 61.18 68.23 104.55 -
YUV 210.81 152.94 100.32 -
System Red Green Blue C M Y K H S L
Decimal 172 222 255 0.33 0.13 0 0 203.86 1 0.84
Hex AC DE FF 21 D 0 0 CC 64 54
Octal 254 336 377 41 15 0 0 314 144 124
Binary 10101100 11011110 11111111 100001 1101 0 0 11001100 1100100 1010100

Color Harmonies of #ACDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEFF

Black with #ACDEFF

Text Example


Text Example

White with #ACDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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