Html Css Color HEX #ACE4FD Columbia Blue

📋 copy color: '#ACE4FD'

red 172 ◦ green 228 ◦ blue 253

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

Shades of Columbia Blue #ACE4FD

Tints of Columbia Blue #ACE4FD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.92%

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

R = 26.34%
G = 34.92%
B = 38.74%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACE4FD (or 0xACE4FD) is known color: Columbia Blue. HEX triplet: AC, E4 and FD. RGB value is (172,228,253). Sum of RGB (Red+Green+Blue) = 172+228+253=653 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.34% from 653); Green value is 228 (89.45% from 255 or 34.92% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4FD is #531B02. Grayscale: #D5D5D5. Windows color (decimal): -5446403 or 16639148. OLE color: 16639148.

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

Color convert

RGB 172 228 253 -
CMYK 0.32 0.10 0 0.01
HSL 198.52º 0.95% 0.83% -
HSV(B) 198.52º 0.32% 0.99% -
XYZ 62.49 71.35 103.41 -
YUV 214.11 149.95 97.97 -
System Red Green Blue C M Y K H S L
Decimal 172 228 253 0.32 0.10 0 0.01 198.52 0.95 0.83
Hex AC E4 FD 20 A 0 1 C7 5F 53
Octal 254 344 375 40 12 0 1 307 137 123
Binary 10101100 11100100 11111101 100000 1010 0 1 11000111 1011111 1010011

Color Harmonies of #ACE4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4FD

Black with #ACE4FD

Text Example


Text Example

White with #ACE4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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