Html Css Color HEX #ACD3F2 Pale Cornflower Blue

📋 copy color: '#ACD3F2'

red 172 ◦ green 211 ◦ blue 242

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

Shades of Pale Cornflower Blue #ACD3F2

Tints of Pale Cornflower Blue #ACD3F2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.76%

 BLUE value IS 242 (94.92% from 255) = 38.72%

R = 27.52%
G = 33.76%
B = 38.72%

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

#ACD3F2 (or 0xACD3F2) is known color: Pale Cornflower Blue. HEX triplet: AC, D3 and F2. RGB value is (172,211,242). Sum of RGB (Red+Green+Blue) = 172+211+242=625 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.52% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACD3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3F2 is #532C0D. Grayscale: #CACACA. Windows color (decimal): -5450766 or 15913900. OLE color: 15913900.

HSL color Cylindrical-coordinate representation of color #ACD3F2: hue angle of 206.57º degrees, saturation: 0.73, 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 #ACD3F2 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 211 242 -
CMYK 0.29 0.13 0 0.05
HSL 206.57º 0.73% 0.81% -
HSV(B) 206.57º 0.29% 0.95% -
XYZ 56.33 61.77 92.96 -
YUV 202.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 172 211 242 0.29 0.13 0 0.05 206.57 0.73 0.81
Hex AC D3 F2 1D D 0 5 CF 49 51
Octal 254 323 362 35 15 0 5 317 111 121
Binary 10101100 11010011 11110010 11101 1101 0 101 11001111 1001001 1010001

Color Harmonies of #ACD3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3F2

Black with #ACD3F2

Text Example


Text Example

White with #ACD3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3F2; }

 p { color: rgb(172,211,242); }

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

background-color css

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

 a { background-color: rgb(172,211,242); }

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

border-color css

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

 span { border-color: rgb(172,211,242); }

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