Html Css Color HEX #ACD0ED Pale Cornflower Blue

📋 copy color: '#ACD0ED'

red 172 ◦ green 208 ◦ blue 237

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

Shades of Pale Cornflower Blue #ACD0ED

Tints of Pale Cornflower Blue #ACD0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.41%

R = 27.88%
G = 33.71%
B = 38.41%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACD0ED (or 0xACD0ED) is known color: Pale Cornflower Blue. HEX triplet: AC, D0 and ED. RGB value is (172,208,237). Sum of RGB (Red+Green+Blue) = 172+208+237=617 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.88% from 617); Green value is 208 (81.64% from 255 or 33.71% from 617); Blue value is 237 (92.97% from 255 or 38.41% from 617); Max value from RGB is 237 - color contains mainly: blue. Hex color #ACD0ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0ED is #532F12. Grayscale: #C8C8C8. Windows color (decimal): -5451539 or 15585452. OLE color: 15585452.

HSL color Cylindrical-coordinate representation of color #ACD0ED: hue angle of 206.77º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACD0ED is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 208 237 -
CMYK 0.27 0.12 0 0.07
HSL 206.77º 0.64% 0.8% -
HSV(B) 206.77º 0.27% 0.93% -
XYZ 54.86 60 88.81 -
YUV 200.54 148.57 107.64 -
System Red Green Blue C M Y K H S L
Decimal 172 208 237 0.27 0.12 0 0.07 206.77 0.64 0.8
Hex AC D0 ED 1B C 0 7 CF 40 50
Octal 254 320 355 33 14 0 7 317 100 120
Binary 10101100 11010000 11101101 11011 1100 0 111 11001111 1000000 1010000

Color Harmonies of #ACD0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0ED

Black with #ACD0ED

Text Example


Text Example

White with #ACD0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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