Html Css Color HEX #ACD0EE Pale Cornflower Blue

📋 copy color: '#ACD0EE'

red 172 ◦ green 208 ◦ blue 238

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

Shades of Pale Cornflower Blue #ACD0EE

Tints of Pale Cornflower Blue #ACD0EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 38.51%

R = 27.83%
G = 33.66%
B = 38.51%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#ACD0EE (or 0xACD0EE) is known color: Pale Cornflower Blue. HEX triplet: AC, D0 and EE. RGB value is (172,208,238). Sum of RGB (Red+Green+Blue) = 172+208+238=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #ACD0EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0EE is #532F11. Grayscale: #C8C8C8. Windows color (decimal): -5451538 or 15650988. OLE color: 15650988.

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

Color convert

RGB 172 208 238 -
CMYK 0.28 0.13 0 0.07
HSL 207.27º 0.66% 0.8% -
HSV(B) 207.27º 0.28% 0.93% -
XYZ 55 60.06 89.58 -
YUV 200.66 149.07 107.56 -
System Red Green Blue C M Y K H S L
Decimal 172 208 238 0.28 0.13 0 0.07 207.27 0.66 0.8
Hex AC D0 EE 1C D 0 7 CF 42 50
Octal 254 320 356 34 15 0 7 317 102 120
Binary 10101100 11010000 11101110 11100 1101 0 111 11001111 1000010 1010000

Color Harmonies of #ACD0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0EE

Black with #ACD0EE

Text Example


Text Example

White with #ACD0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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