Html Css Color HEX #ACE3FA Columbia Blue

📋 copy color: '#ACE3FA'

red 172 ◦ green 227 ◦ blue 250

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

Shades of Columbia Blue #ACE3FA

Tints of Columbia Blue #ACE3FA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.98%

 BLUE value IS 250 (98.05% from 255) = 38.52%

R = 26.5%
G = 34.98%
B = 38.52%

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

#ACE3FA (or 0xACE3FA) is known color: Columbia Blue. HEX triplet: AC, E3 and FA. RGB value is (172,227,250). Sum of RGB (Red+Green+Blue) = 172+227+250=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACE3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3FA is #531C05. Grayscale: #D5D5D5. Windows color (decimal): -5446662 or 16442284. OLE color: 16442284.

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

Color convert

RGB 172 227 250 -
CMYK 0.31 0.09 0 0.02
HSL 197.69º 0.89% 0.83% -
HSV(B) 197.69º 0.31% 0.98% -
XYZ 61.74 70.61 100.82 -
YUV 213.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 172 227 250 0.31 0.09 0 0.02 197.69 0.89 0.83
Hex AC E3 FA 1F 9 0 2 C6 59 53
Octal 254 343 372 37 11 0 2 306 131 123
Binary 10101100 11100011 11111010 11111 1001 0 10 11000110 1011001 1010011

Color Harmonies of #ACE3FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3FA

Black with #ACE3FA

Text Example


Text Example

White with #ACE3FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3FA; }

 p { color: rgb(172,227,250); }

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

background-color css

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

 a { background-color: rgb(172,227,250); }

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

border-color css

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

 span { border-color: rgb(172,227,250); }

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