Html Css Color HEX #ACD8FA Pale Cornflower Blue

📋 copy color: '#ACD8FA'

red 172 ◦ green 216 ◦ blue 250

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

Shades of Pale Cornflower Blue #ACD8FA

Tints of Pale Cornflower Blue #ACD8FA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.86%

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

R = 26.96%
G = 33.86%
B = 39.18%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACD8FA (or 0xACD8FA) is known color: Pale Cornflower Blue. HEX triplet: AC, D8 and FA. RGB value is (172,216,250). Sum of RGB (Red+Green+Blue) = 172+216+250=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 216 (84.77% from 255 or 33.86% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACD8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD8FA is #532705. Grayscale: #CECECE. Windows color (decimal): -5449478 or 16439468. OLE color: 16439468.

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

Color convert

RGB 172 216 250 -
CMYK 0.31 0.14 0 0.02
HSL 206.15º 0.89% 0.83% -
HSV(B) 206.15º 0.31% 0.98% -
XYZ 58.82 64.78 99.85 -
YUV 206.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 172 216 250 0.31 0.14 0 0.02 206.15 0.89 0.83
Hex AC D8 FA 1F E 0 2 CE 59 53
Octal 254 330 372 37 16 0 2 316 131 123
Binary 10101100 11011000 11111010 11111 1110 0 10 11001110 1011001 1010011

Color Harmonies of #ACD8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8FA

Black with #ACD8FA

Text Example


Text Example

White with #ACD8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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