Html Css Color HEX #ACE4FA Columbia Blue

📋 copy color: '#ACE4FA'

red 172 ◦ green 228 ◦ blue 250

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

Shades of Columbia Blue #ACE4FA

Tints of Columbia Blue #ACE4FA

RGB

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

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

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

R = 26.46%
G = 35.08%
B = 38.46%

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

#ACE4FA (or 0xACE4FA) is known color: Columbia Blue. HEX triplet: AC, E4 and FA. RGB value is (172,228,250). Sum of RGB (Red+Green+Blue) = 172+228+250=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACE4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE4FA is #531B05. Grayscale: #D5D5D5. Windows color (decimal): -5446406 or 16442540. OLE color: 16442540.

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

Color convert

RGB 172 228 250 -
CMYK 0.31 0.09 0 0.02
HSL 196.92º 0.89% 0.83% -
HSV(B) 196.92º 0.31% 0.98% -
XYZ 62.01 71.16 100.91 -
YUV 213.76 148.45 98.21 -
System Red Green Blue C M Y K H S L
Decimal 172 228 250 0.31 0.09 0 0.02 196.92 0.89 0.83
Hex AC E4 FA 1F 9 0 2 C5 59 53
Octal 254 344 372 37 11 0 2 305 131 123
Binary 10101100 11100100 11111010 11111 1001 0 10 11000101 1011001 1010011

Color Harmonies of #ACE4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE4FA

Black with #ACE4FA

Text Example


Text Example

White with #ACE4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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