Html Css Color HEX #ACEAFF Columbia Blue

📋 copy color: '#ACEAFF'

red 172 ◦ green 234 ◦ blue 255

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

Shades of Columbia Blue #ACEAFF

Tints of Columbia Blue #ACEAFF

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.4%

 BLUE value IS 255 (100% from 255) = 38.58%

R = 26.02%
G = 35.4%
B = 38.58%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACEAFF (or 0xACEAFF) is known color: Columbia Blue. HEX triplet: AC, EA and FF. RGB value is (172,234,255). Sum of RGB (Red+Green+Blue) = 172+234+255=661 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.02% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACEAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACEAFF is #531500. Grayscale: #D9D9D9. Windows color (decimal): -5444865 or 16771756. OLE color: 16771756.

HSL color Cylindrical-coordinate representation of color #ACEAFF: hue angle of 195.18º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACEAFF is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 234 255 -
CMYK 0.33 0.08 0 0
HSL 195.18º 1% 0.84% -
HSV(B) 195.18º 0.33% 1% -
XYZ 64.49 74.84 105.65 -
YUV 217.86 148.96 95.29 -
System Red Green Blue C M Y K H S L
Decimal 172 234 255 0.33 0.08 0 0 195.18 1 0.84
Hex AC EA FF 21 8 0 0 C3 64 54
Octal 254 352 377 41 10 0 0 303 144 124
Binary 10101100 11101010 11111111 100001 1000 0 0 11000011 1100100 1010100

Color Harmonies of #ACEAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEAFF

Black with #ACEAFF

Text Example


Text Example

White with #ACEAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEAFF; }

 p { color: rgb(172,234,255); }

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

background-color css

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

 a { background-color: rgb(172,234,255); }

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

border-color css

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

 span { border-color: rgb(172,234,255); }

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