Html Css Color HEX #ACE1FD Columbia Blue

📋 copy color: '#ACE1FD'

red 172 ◦ green 225 ◦ blue 253

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

Shades of Columbia Blue #ACE1FD

Tints of Columbia Blue #ACE1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.92%

R = 26.46%
G = 34.62%
B = 38.92%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACE1FD (or 0xACE1FD) is known color: Columbia Blue. HEX triplet: AC, E1 and FD. RGB value is (172,225,253). Sum of RGB (Red+Green+Blue) = 172+225+253=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 253 (99.22% from 255 or 38.92% from 650); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACE1FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE1FD is #531E02. Grayscale: #D4D4D4. Windows color (decimal): -5447171 or 16638380. OLE color: 16638380.

HSL color Cylindrical-coordinate representation of color #ACE1FD: hue angle of 200.74º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACE1FD is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 225 253 -
CMYK 0.32 0.11 0 0.01
HSL 200.74º 0.95% 0.83% -
HSV(B) 200.74º 0.32% 0.99% -
XYZ 61.67 69.71 103.13 -
YUV 212.35 150.94 99.22 -
System Red Green Blue C M Y K H S L
Decimal 172 225 253 0.32 0.11 0 0.01 200.74 0.95 0.83
Hex AC E1 FD 20 B 0 1 C9 5F 53
Octal 254 341 375 40 13 0 1 311 137 123
Binary 10101100 11100001 11111101 100000 1011 0 1 11001001 1011111 1010011

Color Harmonies of #ACE1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE1FD

Black with #ACE1FD

Text Example


Text Example

White with #ACE1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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