Html Css Color HEX #ACD5F2 Pale Cornflower Blue

📋 copy color: '#ACD5F2'

red 172 ◦ green 213 ◦ blue 242

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

Shades of Pale Cornflower Blue #ACD5F2

Tints of Pale Cornflower Blue #ACD5F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.6%

R = 27.43%
G = 33.97%
B = 38.6%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACD5F2 (or 0xACD5F2) is known color: Pale Cornflower Blue. HEX triplet: AC, D5 and F2. RGB value is (172,213,242). Sum of RGB (Red+Green+Blue) = 172+213+242=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 213 (83.59% from 255 or 33.97% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACD5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD5F2 is #532A0D. Grayscale: #CBCBCB. Windows color (decimal): -5450254 or 15914412. OLE color: 15914412.

HSL color Cylindrical-coordinate representation of color #ACD5F2: hue angle of 204.86º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACD5F2 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 213 242 -
CMYK 0.29 0.12 0 0.05
HSL 204.86º 0.73% 0.81% -
HSV(B) 204.86º 0.29% 0.95% -
XYZ 56.83 62.77 93.12 -
YUV 204.05 149.42 105.14 -
System Red Green Blue C M Y K H S L
Decimal 172 213 242 0.29 0.12 0 0.05 204.86 0.73 0.81
Hex AC D5 F2 1D C 0 5 CD 49 51
Octal 254 325 362 35 14 0 5 315 111 121
Binary 10101100 11010101 11110010 11101 1100 0 101 11001101 1001001 1010001

Color Harmonies of #ACD5F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD5F2

Black with #ACD5F2

Text Example


Text Example

White with #ACD5F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD5F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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