Html Css Color HEX #ACD2FA Pale Cornflower Blue

📋 copy color: '#ACD2FA'

red 172 ◦ green 210 ◦ blue 250

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

Shades of Pale Cornflower Blue #ACD2FA

Tints of Pale Cornflower Blue #ACD2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.56%

R = 27.22%
G = 33.23%
B = 39.56%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACD2FA (or 0xACD2FA) is known color: Pale Cornflower Blue. HEX triplet: AC, D2 and FA. RGB value is (172,210,250). Sum of RGB (Red+Green+Blue) = 172+210+250=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACD2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2FA is #532D05. Grayscale: #CBCBCB. Windows color (decimal): -5451014 or 16437932. OLE color: 16437932.

HSL color Cylindrical-coordinate representation of color #ACD2FA: hue angle of 210.77º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD2FA is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 210 250 -
CMYK 0.31 0.16 0 0.02
HSL 210.77º 0.89% 0.83% -
HSV(B) 210.77º 0.31% 0.98% -
XYZ 57.32 61.77 99.34 -
YUV 203.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 172 210 250 0.31 0.16 0 0.02 210.77 0.89 0.83
Hex AC D2 FA 1F 10 0 2 D3 59 53
Octal 254 322 372 37 20 0 2 323 131 123
Binary 10101100 11010010 11111010 11111 10000 0 10 11010011 1011001 1010011

Color Harmonies of #ACD2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2FA

Black with #ACD2FA

Text Example


Text Example

White with #ACD2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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