Html Css Color HEX #ACE7FD Columbia Blue

📋 copy color: '#ACE7FD'

red 172 ◦ green 231 ◦ blue 253

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

Shades of Columbia Blue #ACE7FD

Tints of Columbia Blue #ACE7FD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.21%

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

R = 26.22%
G = 35.21%
B = 38.57%

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

#ACE7FD (or 0xACE7FD) is known color: Columbia Blue. HEX triplet: AC, E7 and FD. RGB value is (172,231,253). Sum of RGB (Red+Green+Blue) = 172+231+253=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 231 (90.62% from 255 or 35.21% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACE7FD is #531802. Grayscale: #D7D7D7. Windows color (decimal): -5445635 or 16639916. OLE color: 16639916.

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

Color convert

RGB 172 231 253 -
CMYK 0.32 0.09 0 0.01
HSL 196.3º 0.95% 0.83% -
HSV(B) 196.3º 0.32% 0.99% -
XYZ 63.32 73.01 103.68 -
YUV 215.87 148.95 96.71 -
System Red Green Blue C M Y K H S L
Decimal 172 231 253 0.32 0.09 0 0.01 196.3 0.95 0.83
Hex AC E7 FD 20 9 0 1 C4 5F 53
Octal 254 347 375 40 11 0 1 304 137 123
Binary 10101100 11100111 11111101 100000 1001 0 1 11000100 1011111 1010011

Color Harmonies of #ACE7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE7FD

Black with #ACE7FD

Text Example


Text Example

White with #ACE7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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