Html Css Color HEX #ACE0FB Columbia Blue

📋 copy color: '#ACE0FB'

red 172 ◦ green 224 ◦ blue 251

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

Shades of Columbia Blue #ACE0FB

Tints of Columbia Blue #ACE0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 38.79%

R = 26.58%
G = 34.62%
B = 38.79%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACE0FB (or 0xACE0FB) is known color: Columbia Blue. HEX triplet: AC, E0 and FB. RGB value is (172,224,251). Sum of RGB (Red+Green+Blue) = 172+224+251=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 224 (87.89% from 255 or 34.62% from 647); Blue value is 251 (98.44% from 255 or 38.79% from 647); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE0FB is #531F04. Grayscale: #D3D3D3. Windows color (decimal): -5447429 or 16507052. OLE color: 16507052.

HSL color Cylindrical-coordinate representation of color #ACE0FB: hue angle of 200.51º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE0FB is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 224 251 -
CMYK 0.31 0.11 0 0.02
HSL 200.51º 0.91% 0.83% -
HSV(B) 200.51º 0.31% 0.98% -
XYZ 61.08 69.05 101.37 -
YUV 211.53 150.27 99.8 -
System Red Green Blue C M Y K H S L
Decimal 172 224 251 0.31 0.11 0 0.02 200.51 0.91 0.83
Hex AC E0 FB 1F B 0 2 C9 5B 53
Octal 254 340 373 37 13 0 2 311 133 123
Binary 10101100 11100000 11111011 11111 1011 0 10 11001001 1011011 1010011

Color Harmonies of #ACE0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE0FB

Black with #ACE0FB

Text Example


Text Example

White with #ACE0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE0FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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