Html Css Color HEX #ACD0FF Pale Cornflower Blue

📋 copy color: '#ACD0FF'

red 172 ◦ green 208 ◦ blue 255

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

Shades of Pale Cornflower Blue #ACD0FF

Tints of Pale Cornflower Blue #ACD0FF

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.76%

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

R = 27.09%
G = 32.76%
B = 40.16%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACD0FF (or 0xACD0FF) is known color: Pale Cornflower Blue. HEX triplet: AC, D0 and FF. RGB value is (172,208,255). Sum of RGB (Red+Green+Blue) = 172+208+255=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 255 (100% from 255 or 40.16% from 635); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0FF is #532F00. Grayscale: #CACACA. Windows color (decimal): -5451521 or 16765100. OLE color: 16765100.

HSL color Cylindrical-coordinate representation of color #ACD0FF: hue angle of 213.98º 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 #ACD0FF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 208 255 -
CMYK 0.33 0.18 0 0
HSL 213.98º 1% 0.84% -
HSV(B) 213.98º 0.33% 1% -
XYZ 57.62 61.1 103.36 -
YUV 202.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 172 208 255 0.33 0.18 0 0 213.98 1 0.84
Hex AC D0 FF 21 12 0 0 D6 64 54
Octal 254 320 377 41 22 0 0 326 144 124
Binary 10101100 11010000 11111111 100001 10010 0 0 11010110 1100100 1010100

Color Harmonies of #ACD0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0FF

Black with #ACD0FF

Text Example


Text Example

White with #ACD0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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