Html Css Color HEX #ACE3FB Columbia Blue

📋 copy color: '#ACE3FB'

red 172 ◦ green 227 ◦ blue 251

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

Shades of Columbia Blue #ACE3FB

Tints of Columbia Blue #ACE3FB

RGB

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

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

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

R = 26.46%
G = 34.92%
B = 38.62%

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

#ACE3FB (or 0xACE3FB) is known color: Columbia Blue. HEX triplet: AC, E3 and FB. RGB value is (172,227,251). Sum of RGB (Red+Green+Blue) = 172+227+251=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 227 (89.06% from 255 or 34.92% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #ACE3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACE3FB is #531C04. Grayscale: #D5D5D5. Windows color (decimal): -5446661 or 16507820. OLE color: 16507820.

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

Color convert

RGB 172 227 251 -
CMYK 0.31 0.10 0 0.02
HSL 198.23º 0.91% 0.83% -
HSV(B) 198.23º 0.31% 0.98% -
XYZ 61.89 70.67 101.65 -
YUV 213.29 149.28 98.55 -
System Red Green Blue C M Y K H S L
Decimal 172 227 251 0.31 0.10 0 0.02 198.23 0.91 0.83
Hex AC E3 FB 1F A 0 2 C6 5B 53
Octal 254 343 373 37 12 0 2 306 133 123
Binary 10101100 11100011 11111011 11111 1010 0 10 11000110 1011011 1010011

Color Harmonies of #ACE3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE3FB

Black with #ACE3FB

Text Example


Text Example

White with #ACE3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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