Html Css Color HEX #ACD8F5 Pale Cornflower Blue

📋 copy color: '#ACD8F5'

red 172 ◦ green 216 ◦ blue 245

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

Shades of Pale Cornflower Blue #ACD8F5

Tints of Pale Cornflower Blue #ACD8F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.7%

R = 27.17%
G = 34.12%
B = 38.7%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACD8F5 (or 0xACD8F5) is known color: Pale Cornflower Blue. HEX triplet: AC, D8 and F5. RGB value is (172,216,245). Sum of RGB (Red+Green+Blue) = 172+216+245=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 245 (96.09% from 255 or 38.70% from 633); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACD8F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8F5 is #53270A. Grayscale: #CDCDCD. Windows color (decimal): -5449483 or 16111788. OLE color: 16111788.

HSL color Cylindrical-coordinate representation of color #ACD8F5: hue angle of 203.84º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD8F5 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 216 245 -
CMYK 0.30 0.12 0 0.04
HSL 203.84º 0.78% 0.82% -
HSV(B) 203.84º 0.3% 0.96% -
XYZ 58.05 64.47 95.77 -
YUV 206.15 149.92 103.64 -
System Red Green Blue C M Y K H S L
Decimal 172 216 245 0.30 0.12 0 0.04 203.84 0.78 0.82
Hex AC D8 F5 1E C 0 4 CC 4E 52
Octal 254 330 365 36 14 0 4 314 116 122
Binary 10101100 11011000 11110101 11110 1100 0 100 11001100 1001110 1010010

Color Harmonies of #ACD8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8F5

Black with #ACD8F5

Text Example


Text Example

White with #ACD8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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