Html Css Color HEX #ACD6FF Pale Cornflower Blue

📋 copy color: '#ACD6FF'

red 172 ◦ green 214 ◦ blue 255

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

Shades of Pale Cornflower Blue #ACD6FF

Tints of Pale Cornflower Blue #ACD6FF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.39%

 BLUE value IS 255 (100% from 255) = 39.78%

R = 26.83%
G = 33.39%
B = 39.78%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#ACD6FF (or 0xACD6FF) is known color: Pale Cornflower Blue. HEX triplet: AC, D6 and FF. RGB value is (172,214,255). Sum of RGB (Red+Green+Blue) = 172+214+255=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACD6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD6FF is #532900. Grayscale: #CDCDCD. Windows color (decimal): -5449985 or 16766636. OLE color: 16766636.

HSL color Cylindrical-coordinate representation of color #ACD6FF: hue angle of 209.64º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD6FF is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 172 214 255 -
CMYK 0.33 0.16 0 0
HSL 209.64º 1% 0.84% -
HSV(B) 209.64º 0.33% 1% -
XYZ 59.11 64.08 103.86 -
YUV 206.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 172 214 255 0.33 0.16 0 0 209.64 1 0.84
Hex AC D6 FF 21 10 0 0 D2 64 54
Octal 254 326 377 41 20 0 0 322 144 124
Binary 10101100 11010110 11111111 100001 10000 0 0 11010010 1100100 1010100

Color Harmonies of #ACD6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD6FF

Black with #ACD6FF

Text Example


Text Example

White with #ACD6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD6FF; }

 p { color: rgb(172,214,255); }

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

background-color css

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

 a { background-color: rgb(172,214,255); }

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

border-color css

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

 span { border-color: rgb(172,214,255); }

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