Html Css Color HEX #ACD2F1 Pale Cornflower Blue

📋 copy color: '#ACD2F1'

red 172 ◦ green 210 ◦ blue 241

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

Shades of Pale Cornflower Blue #ACD2F1

Tints of Pale Cornflower Blue #ACD2F1

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.71%

 BLUE value IS 241 (94.53% from 255) = 38.68%

R = 27.61%
G = 33.71%
B = 38.68%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACD2F1 (or 0xACD2F1) is known color: Pale Cornflower Blue. HEX triplet: AC, D2 and F1. RGB value is (172,210,241). Sum of RGB (Red+Green+Blue) = 172+210+241=623 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.61% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACD2F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2F1 is #532D0E. Grayscale: #CACACA. Windows color (decimal): -5451023 or 15848108. OLE color: 15848108.

HSL color Cylindrical-coordinate representation of color #ACD2F1: hue angle of 206.96º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACD2F1 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 210 241 -
CMYK 0.29 0.13 0 0.05
HSL 206.96º 0.71% 0.81% -
HSV(B) 206.96º 0.29% 0.95% -
XYZ 55.94 61.21 92.09 -
YUV 202.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 172 210 241 0.29 0.13 0 0.05 206.96 0.71 0.81
Hex AC D2 F1 1D D 0 5 CF 47 51
Octal 254 322 361 35 15 0 5 317 107 121
Binary 10101100 11010010 11110001 11101 1101 0 101 11001111 1000111 1010001

Color Harmonies of #ACD2F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2F1

Black with #ACD2F1

Text Example


Text Example

White with #ACD2F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2F1; }

 p { color: rgb(172,210,241); }

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

background-color css

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

 a { background-color: rgb(172,210,241); }

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

border-color css

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

 span { border-color: rgb(172,210,241); }

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