Html Css Color HEX #ACE5FB Columbia Blue

📋 copy color: '#ACE5FB'

red 172 ◦ green 229 ◦ blue 251

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

Shades of Columbia Blue #ACE5FB

Tints of Columbia Blue #ACE5FB

RGB

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

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

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

R = 26.38%
G = 35.12%
B = 38.5%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACE5FB (or 0xACE5FB) is known color: Columbia Blue. HEX triplet: AC, E5 and FB. RGB value is (172,229,251). Sum of RGB (Red+Green+Blue) = 172+229+251=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 251 (98.44% from 255 or 38.50% from 652); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE5FB is #531A04. Grayscale: #D6D6D6. Windows color (decimal): -5446149 or 16508332. OLE color: 16508332.

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

Color convert

RGB 172 229 251 -
CMYK 0.31 0.09 0 0.02
HSL 196.71º 0.91% 0.83% -
HSV(B) 196.71º 0.31% 0.98% -
XYZ 62.45 71.77 101.83 -
YUV 214.47 148.62 97.71 -
System Red Green Blue C M Y K H S L
Decimal 172 229 251 0.31 0.09 0 0.02 196.71 0.91 0.83
Hex AC E5 FB 1F 9 0 2 C5 5B 53
Octal 254 345 373 37 11 0 2 305 133 123
Binary 10101100 11100101 11111011 11111 1001 0 10 11000101 1011011 1010011

Color Harmonies of #ACE5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5FB

Black with #ACE5FB

Text Example


Text Example

White with #ACE5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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