Html Css Color HEX #ACD8F9 Pale Cornflower Blue

📋 copy color: '#ACD8F9'

red 172 ◦ green 216 ◦ blue 249

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

Shades of Pale Cornflower Blue #ACD8F9

Tints of Pale Cornflower Blue #ACD8F9

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.91%

 BLUE value IS 249 (97.66% from 255) = 39.09%

R = 27%
G = 33.91%
B = 39.09%

CMYK

 C value IS 0.31

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACD8F9 (or 0xACD8F9) is known color: Pale Cornflower Blue. HEX triplet: AC, D8 and F9. RGB value is (172,216,249). Sum of RGB (Red+Green+Blue) = 172+216+249=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACD8F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8F9 is #532706. Grayscale: #CECECE. Windows color (decimal): -5449479 or 16373932. OLE color: 16373932.

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

Color convert

RGB 172 216 249 -
CMYK 0.31 0.13 0 0.02
HSL 205.71º 0.87% 0.83% -
HSV(B) 205.71º 0.31% 0.98% -
XYZ 58.67 64.72 99.02 -
YUV 206.61 151.92 103.32 -
System Red Green Blue C M Y K H S L
Decimal 172 216 249 0.31 0.13 0 0.02 205.71 0.87 0.83
Hex AC D8 F9 1F D 0 2 CE 57 53
Octal 254 330 371 37 15 0 2 316 127 123
Binary 10101100 11011000 11111001 11111 1101 0 10 11001110 1010111 1010011

Color Harmonies of #ACD8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8F9

Black with #ACD8F9

Text Example


Text Example

White with #ACD8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8F9; }

 p { color: rgb(172,216,249); }

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

background-color css

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

 a { background-color: rgb(172,216,249); }

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

border-color css

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

 span { border-color: rgb(172,216,249); }

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