Html Css Color HEX #ACD3F1 Pale Cornflower Blue

📋 copy color: '#ACD3F1'

red 172 ◦ green 211 ◦ blue 241

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

Shades of Pale Cornflower Blue #ACD3F1

Tints of Pale Cornflower Blue #ACD3F1

RGB

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

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

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

R = 27.56%
G = 33.81%
B = 38.62%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACD3F1 (or 0xACD3F1) is known color: Pale Cornflower Blue. HEX triplet: AC, D3 and F1. RGB value is (172,211,241). Sum of RGB (Red+Green+Blue) = 172+211+241=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 211 (82.81% from 255 or 33.81% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #ACD3F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD3F1 is #532C0E. Grayscale: #CACACA. Windows color (decimal): -5450767 or 15848364. OLE color: 15848364.

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

Color convert

RGB 172 211 241 -
CMYK 0.29 0.12 0 0.05
HSL 206.09º 0.71% 0.81% -
HSV(B) 206.09º 0.29% 0.95% -
XYZ 56.18 61.71 92.17 -
YUV 202.76 149.58 106.06 -
System Red Green Blue C M Y K H S L
Decimal 172 211 241 0.29 0.12 0 0.05 206.09 0.71 0.81
Hex AC D3 F1 1D C 0 5 CE 47 51
Octal 254 323 361 35 14 0 5 316 107 121
Binary 10101100 11010011 11110001 11101 1100 0 101 11001110 1000111 1010001

Color Harmonies of #ACD3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD3F1

Black with #ACD3F1

Text Example


Text Example

White with #ACD3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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