Html Css Color HEX #ACE1F8 Columbia Blue

📋 copy color: '#ACE1F8'

red 172 ◦ green 225 ◦ blue 248

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

Shades of Columbia Blue #ACE1F8

Tints of Columbia Blue #ACE1F8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.88%

 BLUE value IS 248 (97.27% from 255) = 38.45%

R = 26.67%
G = 34.88%
B = 38.45%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACE1F8 (or 0xACE1F8) is known color: Columbia Blue. HEX triplet: AC, E1 and F8. RGB value is (172,225,248). Sum of RGB (Red+Green+Blue) = 172+225+248=645 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.67% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 248 (97.27% from 255 or 38.45% from 645); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACE1F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1F8 is #531E07. Grayscale: #D3D3D3. Windows color (decimal): -5447176 or 16310700. OLE color: 16310700.

HSL color Cylindrical-coordinate representation of color #ACE1F8: hue angle of 198.16º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACE1F8 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 225 248 -
CMYK 0.31 0.09 0 0.03
HSL 198.16º 0.84% 0.82% -
HSV(B) 198.16º 0.31% 0.97% -
XYZ 60.88 69.4 98.99 -
YUV 211.78 148.44 99.63 -
System Red Green Blue C M Y K H S L
Decimal 172 225 248 0.31 0.09 0 0.03 198.16 0.84 0.82
Hex AC E1 F8 1F 9 0 3 C6 54 52
Octal 254 341 370 37 11 0 3 306 124 122
Binary 10101100 11100001 11111000 11111 1001 0 11 11000110 1010100 1010010

Color Harmonies of #ACE1F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1F8

Black with #ACE1F8

Text Example


Text Example

White with #ACE1F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1F8; }

 p { color: rgb(172,225,248); }

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

background-color css

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

 a { background-color: rgb(172,225,248); }

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

border-color css

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

 span { border-color: rgb(172,225,248); }

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