Html Css Color HEX #ACD5FC Pale Cornflower Blue

📋 copy color: '#ACD5FC'

red 172 ◦ green 213 ◦ blue 252

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

Shades of Pale Cornflower Blue #ACD5FC

Tints of Pale Cornflower Blue #ACD5FC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.44%

 BLUE value IS 252 (98.83% from 255) = 39.56%

R = 27%
G = 33.44%
B = 39.56%

CMYK

 C value IS 0.32

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACD5FC (or 0xACD5FC) is known color: Pale Cornflower Blue. HEX triplet: AC, D5 and FC. RGB value is (172,213,252). Sum of RGB (Red+Green+Blue) = 172+213+252=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 213 (83.59% from 255 or 33.44% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #ACD5FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5FC is #532A03. Grayscale: #CCCCCC. Windows color (decimal): -5450244 or 16569772. OLE color: 16569772.

HSL color Cylindrical-coordinate representation of color #ACD5FC: hue angle of 209.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD5FC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 213 252 -
CMYK 0.32 0.15 0 0.01
HSL 209.25º 0.93% 0.83% -
HSV(B) 209.25º 0.32% 0.99% -
XYZ 58.38 63.39 101.25 -
YUV 205.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 172 213 252 0.32 0.15 0 0.01 209.25 0.93 0.83
Hex AC D5 FC 20 F 0 1 D1 5D 53
Octal 254 325 374 40 17 0 1 321 135 123
Binary 10101100 11010101 11111100 100000 1111 0 1 11010001 1011101 1010011

Color Harmonies of #ACD5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5FC

Black with #ACD5FC

Text Example


Text Example

White with #ACD5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5FC; }

 p { color: rgb(172,213,252); }

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

background-color css

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

 a { background-color: rgb(172,213,252); }

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

border-color css

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

 span { border-color: rgb(172,213,252); }

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