Html Css Color HEX #ACD4F3 Pale Cornflower Blue

📋 copy color: '#ACD4F3'

red 172 ◦ green 212 ◦ blue 243

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

Shades of Pale Cornflower Blue #ACD4F3

Tints of Pale Cornflower Blue #ACD4F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.76%

R = 27.43%
G = 33.81%
B = 38.76%

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

#ACD4F3 (or 0xACD4F3) is known color: Pale Cornflower Blue. HEX triplet: AC, D4 and F3. RGB value is (172,212,243). Sum of RGB (Red+Green+Blue) = 172+212+243=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 243 (95.31% from 255 or 38.76% from 627); Max value from RGB is 243 - color contains mainly: blue. Hex color #ACD4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4F3 is #532B0C. Grayscale: #CBCBCB. Windows color (decimal): -5450509 or 15979692. OLE color: 15979692.

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

Color convert

RGB 172 212 243 -
CMYK 0.29 0.13 0 0.05
HSL 206.2º 0.75% 0.81% -
HSV(B) 206.2º 0.29% 0.95% -
XYZ 56.73 62.33 93.83 -
YUV 203.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 172 212 243 0.29 0.13 0 0.05 206.2 0.75 0.81
Hex AC D4 F3 1D D 0 5 CE 4B 51
Octal 254 324 363 35 15 0 5 316 113 121
Binary 10101100 11010100 11110011 11101 1101 0 101 11001110 1001011 1010001

Color Harmonies of #ACD4F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4F3

Black with #ACD4F3

Text Example


Text Example

White with #ACD4F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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