Html Css Color HEX #ACE5FD Columbia Blue

📋 copy color: '#ACE5FD'

red 172 ◦ green 229 ◦ blue 253

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

Shades of Columbia Blue #ACE5FD

Tints of Columbia Blue #ACE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.02%

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

R = 26.3%
G = 35.02%
B = 38.69%

CMYK

 C value IS 0.32

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACE5FD (or 0xACE5FD) is known color: Columbia Blue. HEX triplet: AC, E5 and FD. RGB value is (172,229,253). Sum of RGB (Red+Green+Blue) = 172+229+253=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE5FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5FD is #531A02. Grayscale: #D6D6D6. Windows color (decimal): -5446147 or 16639404. OLE color: 16639404.

HSL color Cylindrical-coordinate representation of color #ACE5FD: hue angle of 197.78º 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 #ACE5FD is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 229 253 -
CMYK 0.32 0.09 0 0.01
HSL 197.78º 0.95% 0.83% -
HSV(B) 197.78º 0.32% 0.99% -
XYZ 62.76 71.9 103.5 -
YUV 214.69 149.62 97.55 -
System Red Green Blue C M Y K H S L
Decimal 172 229 253 0.32 0.09 0 0.01 197.78 0.95 0.83
Hex AC E5 FD 20 9 0 1 C6 5F 53
Octal 254 345 375 40 11 0 1 306 137 123
Binary 10101100 11100101 11111101 100000 1001 0 1 11000110 1011111 1010011

Color Harmonies of #ACE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5FD

Black with #ACE5FD

Text Example


Text Example

White with #ACE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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