Html Css Color HEX #ACE1FB Columbia Blue

📋 copy color: '#ACE1FB'

red 172 ◦ green 225 ◦ blue 251

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

Shades of Columbia Blue #ACE1FB

Tints of Columbia Blue #ACE1FB

RGB

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

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

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

R = 26.54%
G = 34.72%
B = 38.73%

CMYK

 C value IS 0.31

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACE1FB (or 0xACE1FB) is known color: Columbia Blue. HEX triplet: AC, E1 and FB. RGB value is (172,225,251). Sum of RGB (Red+Green+Blue) = 172+225+251=648 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.54% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1FB is #531E04. Grayscale: #D3D3D3. Windows color (decimal): -5447173 or 16507308. OLE color: 16507308.

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

Color convert

RGB 172 225 251 -
CMYK 0.31 0.10 0 0.02
HSL 199.75º 0.91% 0.83% -
HSV(B) 199.75º 0.31% 0.98% -
XYZ 61.35 69.59 101.46 -
YUV 212.12 149.94 99.39 -
System Red Green Blue C M Y K H S L
Decimal 172 225 251 0.31 0.10 0 0.02 199.75 0.91 0.83
Hex AC E1 FB 1F A 0 2 C8 5B 53
Octal 254 341 373 37 12 0 2 310 133 123
Binary 10101100 11100001 11111011 11111 1010 0 10 11001000 1011011 1010011

Color Harmonies of #ACE1FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1FB

Black with #ACE1FB

Text Example


Text Example

White with #ACE1FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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