Html Css Color HEX #ACD4F2 Pale Cornflower Blue

📋 copy color: '#ACD4F2'

red 172 ◦ green 212 ◦ blue 242

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

Shades of Pale Cornflower Blue #ACD4F2

Tints of Pale Cornflower Blue #ACD4F2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.87%

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

R = 27.48%
G = 33.87%
B = 38.66%

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

#ACD4F2 (or 0xACD4F2) is known color: Pale Cornflower Blue. HEX triplet: AC, D4 and F2. RGB value is (172,212,242). Sum of RGB (Red+Green+Blue) = 172+212+242=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 212 (83.20% from 255 or 33.87% from 626); Blue value is 242 (94.92% from 255 or 38.66% from 626); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACD4F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4F2 is #532B0D. Grayscale: #CBCBCB. Windows color (decimal): -5450510 or 15914156. OLE color: 15914156.

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

Color convert

RGB 172 212 242 -
CMYK 0.29 0.12 0 0.05
HSL 205.71º 0.73% 0.81% -
HSV(B) 205.71º 0.29% 0.95% -
XYZ 56.58 62.27 93.04 -
YUV 203.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 172 212 242 0.29 0.12 0 0.05 205.71 0.73 0.81
Hex AC D4 F2 1D C 0 5 CE 49 51
Octal 254 324 362 35 14 0 5 316 111 121
Binary 10101100 11010100 11110010 11101 1100 0 101 11001110 1001001 1010001

Color Harmonies of #ACD4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4F2

Black with #ACD4F2

Text Example


Text Example

White with #ACD4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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