Html Css Color HEX #ACD1EF Pale Cornflower Blue

📋 copy color: '#ACD1EF'

red 172 ◦ green 209 ◦ blue 239

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

Shades of Pale Cornflower Blue #ACD1EF

Tints of Pale Cornflower Blue #ACD1EF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.71%

 BLUE value IS 239 (93.75% from 255) = 38.55%

R = 27.74%
G = 33.71%
B = 38.55%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#ACD1EF (or 0xACD1EF) is known color: Pale Cornflower Blue. HEX triplet: AC, D1 and EF. RGB value is (172,209,239). Sum of RGB (Red+Green+Blue) = 172+209+239=620 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.74% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #ACD1EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD1EF is #532E10. Grayscale: #C9C9C9. Windows color (decimal): -5451281 or 15716780. OLE color: 15716780.

HSL color Cylindrical-coordinate representation of color #ACD1EF: hue angle of 206.87º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACD1EF is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 209 239 -
CMYK 0.28 0.13 0 0.06
HSL 206.87º 0.68% 0.81% -
HSV(B) 206.87º 0.28% 0.94% -
XYZ 55.39 60.6 90.44 -
YUV 201.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 172 209 239 0.28 0.13 0 0.06 206.87 0.68 0.81
Hex AC D1 EF 1C D 0 6 CF 44 51
Octal 254 321 357 34 15 0 6 317 104 121
Binary 10101100 11010001 11101111 11100 1101 0 110 11001111 1000100 1010001

Color Harmonies of #ACD1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD1EF

Black with #ACD1EF

Text Example


Text Example

White with #ACD1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD1EF; }

 p { color: rgb(172,209,239); }

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

background-color css

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

 a { background-color: rgb(172,209,239); }

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

border-color css

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

 span { border-color: rgb(172,209,239); }

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