Html Css Color HEX #ACD0F7 Pale Cornflower Blue

📋 copy color: '#ACD0F7'

red 172 ◦ green 208 ◦ blue 247

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

Shades of Pale Cornflower Blue #ACD0F7

Tints of Pale Cornflower Blue #ACD0F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.39%

R = 27.43%
G = 33.17%
B = 39.39%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#ACD0F7 (or 0xACD0F7) is known color: Pale Cornflower Blue. HEX triplet: AC, D0 and F7. RGB value is (172,208,247). Sum of RGB (Red+Green+Blue) = 172+208+247=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 247 (96.88% from 255 or 39.39% from 627); Max value from RGB is 247 - color contains mainly: blue. Hex color #ACD0F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0F7 is #532F08. Grayscale: #C9C9C9. Windows color (decimal): -5451529 or 16240812. OLE color: 16240812.

HSL color Cylindrical-coordinate representation of color #ACD0F7: hue angle of 211.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD0F7 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 208 247 -
CMYK 0.30 0.16 0 0.03
HSL 211.2º 0.82% 0.82% -
HSV(B) 211.2º 0.3% 0.97% -
XYZ 56.36 60.6 96.72 -
YUV 201.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 172 208 247 0.30 0.16 0 0.03 211.2 0.82 0.82
Hex AC D0 F7 1E 10 0 3 D3 52 52
Octal 254 320 367 36 20 0 3 323 122 122
Binary 10101100 11010000 11110111 11110 10000 0 11 11010011 1010010 1010010

Color Harmonies of #ACD0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0F7

Black with #ACD0F7

Text Example


Text Example

White with #ACD0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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