Html Css Color HEX #ACD2FD Pale Cornflower Blue

📋 copy color: '#ACD2FD'

red 172 ◦ green 210 ◦ blue 253

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

Shades of Pale Cornflower Blue #ACD2FD

Tints of Pale Cornflower Blue #ACD2FD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.07%

 BLUE value IS 253 (99.22% from 255) = 39.84%

R = 27.09%
G = 33.07%
B = 39.84%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#ACD2FD (or 0xACD2FD) is known color: Pale Cornflower Blue. HEX triplet: AC, D2 and FD. RGB value is (172,210,253). Sum of RGB (Red+Green+Blue) = 172+210+253=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 210 (82.42% from 255 or 33.07% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #ACD2FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2FD is #532D02. Grayscale: #CBCBCB. Windows color (decimal): -5451011 or 16634540. OLE color: 16634540.

HSL color Cylindrical-coordinate representation of color #ACD2FD: hue angle of 211.85º degrees, saturation: 0.95, 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 #ACD2FD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 210 253 -
CMYK 0.32 0.17 0 0.01
HSL 211.85º 0.95% 0.83% -
HSV(B) 211.85º 0.32% 0.99% -
XYZ 57.79 61.96 101.84 -
YUV 203.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 172 210 253 0.32 0.17 0 0.01 211.85 0.95 0.83
Hex AC D2 FD 20 11 0 1 D4 5F 53
Octal 254 322 375 40 21 0 1 324 137 123
Binary 10101100 11010010 11111101 100000 10001 0 1 11010100 1011111 1010011

Color Harmonies of #ACD2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2FD

Black with #ACD2FD

Text Example


Text Example

White with #ACD2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2FD; }

 p { color: rgb(172,210,253); }

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

background-color css

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

 a { background-color: rgb(172,210,253); }

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

border-color css

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

 span { border-color: rgb(172,210,253); }

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