Html Css Color HEX #ACDFFF Columbia Blue

📋 copy color: '#ACDFFF'

red 172 ◦ green 223 ◦ blue 255

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

Shades of Columbia Blue #ACDFFF

Tints of Columbia Blue #ACDFFF

RGB

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

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

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

R = 26.46%
G = 34.31%
B = 39.23%

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

#ACDFFF (or 0xACDFFF) is known color: Columbia Blue. HEX triplet: AC, DF and FF. RGB value is (172,223,255). Sum of RGB (Red+Green+Blue) = 172+223+255=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACDFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACDFFF is #532000. Grayscale: #D3D3D3. Windows color (decimal): -5447681 or 16768940. OLE color: 16768940.

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

Color convert

RGB 172 223 255 -
CMYK 0.33 0.13 0 0
HSL 203.13º 1% 0.84% -
HSV(B) 203.13º 0.33% 1% -
XYZ 61.45 68.77 104.64 -
YUV 211.4 152.6 99.9 -
System Red Green Blue C M Y K H S L
Decimal 172 223 255 0.33 0.13 0 0 203.13 1 0.84
Hex AC DF FF 21 D 0 0 CB 64 54
Octal 254 337 377 41 15 0 0 313 144 124
Binary 10101100 11011111 11111111 100001 1101 0 0 11001011 1100100 1010100

Color Harmonies of #ACDFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFFF

Black with #ACDFFF

Text Example


Text Example

White with #ACDFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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