Html Css Color HEX #ACE0FD Columbia Blue

📋 copy color: '#ACE0FD'

red 172 ◦ green 224 ◦ blue 253

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

Shades of Columbia Blue #ACE0FD

Tints of Columbia Blue #ACE0FD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.51%

 BLUE value IS 253 (99.22% from 255) = 38.98%

R = 26.5%
G = 34.51%
B = 38.98%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACE0FD (or 0xACE0FD) is known color: Columbia Blue. HEX triplet: AC, E0 and FD. RGB value is (172,224,253). Sum of RGB (Red+Green+Blue) = 172+224+253=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE0FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0FD is #531F02. Grayscale: #D3D3D3. Windows color (decimal): -5447427 or 16638124. OLE color: 16638124.

HSL color Cylindrical-coordinate representation of color #ACE0FD: hue angle of 201.48º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE0FD is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 224 253 -
CMYK 0.32 0.11 0 0.01
HSL 201.48º 0.95% 0.83% -
HSV(B) 201.48º 0.32% 0.99% -
XYZ 61.4 69.17 103.04 -
YUV 211.76 151.27 99.64 -
System Red Green Blue C M Y K H S L
Decimal 172 224 253 0.32 0.11 0 0.01 201.48 0.95 0.83
Hex AC E0 FD 20 B 0 1 C9 5F 53
Octal 254 340 375 40 13 0 1 311 137 123
Binary 10101100 11100000 11111101 100000 1011 0 1 11001001 1011111 1010011

Color Harmonies of #ACE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0FD

Black with #ACE0FD

Text Example


Text Example

White with #ACE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0FD; }

 p { color: rgb(172,224,253); }

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

background-color css

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

 a { background-color: rgb(172,224,253); }

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

border-color css

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

 span { border-color: rgb(172,224,253); }

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