Html Css Color HEX #ACD5F5 Pale Cornflower Blue

📋 copy color: '#ACD5F5'

red 172 ◦ green 213 ◦ blue 245

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

Shades of Pale Cornflower Blue #ACD5F5

Tints of Pale Cornflower Blue #ACD5F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 38.89%

R = 27.3%
G = 33.81%
B = 38.89%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACD5F5 (or 0xACD5F5) is known color: Pale Cornflower Blue. HEX triplet: AC, D5 and F5. RGB value is (172,213,245). Sum of RGB (Red+Green+Blue) = 172+213+245=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 213 (83.59% from 255 or 33.81% from 630); Blue value is 245 (96.09% from 255 or 38.89% from 630); Max value from RGB is 245 - color contains mainly: blue. Hex color #ACD5F5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5F5 is #532A0A. Grayscale: #CCCCCC. Windows color (decimal): -5450251 or 16111020. OLE color: 16111020.

HSL color Cylindrical-coordinate representation of color #ACD5F5: hue angle of 206.3º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACD5F5 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 213 245 -
CMYK 0.30 0.13 0 0.04
HSL 206.3º 0.78% 0.82% -
HSV(B) 206.3º 0.3% 0.96% -
XYZ 57.29 62.95 95.52 -
YUV 204.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 172 213 245 0.30 0.13 0 0.04 206.3 0.78 0.82
Hex AC D5 F5 1E D 0 4 CE 4E 52
Octal 254 325 365 36 15 0 4 316 116 122
Binary 10101100 11010101 11110101 11110 1101 0 100 11001110 1001110 1010010

Color Harmonies of #ACD5F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5F5

Black with #ACD5F5

Text Example


Text Example

White with #ACD5F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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