Html Css Color HEX #ACD4FA Pale Cornflower Blue

📋 copy color: '#ACD4FA'

red 172 ◦ green 212 ◦ blue 250

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

Shades of Pale Cornflower Blue #ACD4FA

Tints of Pale Cornflower Blue #ACD4FA

RGB

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

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

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

R = 27.13%
G = 33.44%
B = 39.43%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACD4FA (or 0xACD4FA) is known color: Pale Cornflower Blue. HEX triplet: AC, D4 and FA. RGB value is (172,212,250). Sum of RGB (Red+Green+Blue) = 172+212+250=634 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.13% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACD4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD4FA is #532B05. Grayscale: #CCCCCC. Windows color (decimal): -5450502 or 16438444. OLE color: 16438444.

HSL color Cylindrical-coordinate representation of color #ACD4FA: hue angle of 209.23º 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 #ACD4FA is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 212 250 -
CMYK 0.31 0.15 0 0.02
HSL 209.23º 0.89% 0.83% -
HSV(B) 209.23º 0.31% 0.98% -
XYZ 57.81 62.76 99.51 -
YUV 204.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 172 212 250 0.31 0.15 0 0.02 209.23 0.89 0.83
Hex AC D4 FA 1F F 0 2 D1 59 53
Octal 254 324 372 37 17 0 2 321 131 123
Binary 10101100 11010100 11111010 11111 1111 0 10 11010001 1011001 1010011

Color Harmonies of #ACD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD4FA

Black with #ACD4FA

Text Example


Text Example

White with #ACD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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