Html Css Color HEX #ACD5FE Pale Cornflower Blue

📋 copy color: '#ACD5FE'

red 172 ◦ green 213 ◦ blue 254

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

Shades of Pale Cornflower Blue #ACD5FE

Tints of Pale Cornflower Blue #ACD5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 26.92%
G = 33.33%
B = 39.75%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#ACD5FE (or 0xACD5FE) is known color: Pale Cornflower Blue. HEX triplet: AC, D5 and FE. RGB value is (172,213,254). Sum of RGB (Red+Green+Blue) = 172+213+254=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 213 (83.59% from 255 or 33.33% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #ACD5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5FE is #532A01. Grayscale: #CDCDCD. Windows color (decimal): -5450242 or 16700844. OLE color: 16700844.

HSL color Cylindrical-coordinate representation of color #ACD5FE: hue angle of 210º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACD5FE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 172 213 254 -
CMYK 0.32 0.16 0 0.00
HSL 210º 0.98% 0.84% -
HSV(B) 210º 0.32% 1% -
XYZ 58.7 63.51 102.93 -
YUV 205.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 172 213 254 0.32 0.16 0 0.00 210 0.98 0.84
Hex AC D5 FE 20 10 0 0 D2 62 54
Octal 254 325 376 40 20 0 0 322 142 124
Binary 10101100 11010101 11111110 100000 10000 0 0 11010010 1100010 1010100

Color Harmonies of #ACD5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5FE

Black with #ACD5FE

Text Example


Text Example

White with #ACD5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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