Html Css Color HEX #ACD0F6 Pale Cornflower Blue

📋 copy color: '#ACD0F6'

red 172 ◦ green 208 ◦ blue 246

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

Shades of Pale Cornflower Blue #ACD0F6

Tints of Pale Cornflower Blue #ACD0F6

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.23%

 BLUE value IS 246 (96.48% from 255) = 39.3%

R = 27.48%
G = 33.23%
B = 39.3%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#ACD0F6 (or 0xACD0F6) is known color: Pale Cornflower Blue. HEX triplet: AC, D0 and F6. RGB value is (172,208,246). Sum of RGB (Red+Green+Blue) = 172+208+246=626 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.48% from 626); Green value is 208 (81.64% from 255 or 33.23% from 626); Blue value is 246 (96.48% from 255 or 39.30% from 626); Max value from RGB is 246 - color contains mainly: blue. Hex color #ACD0F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0F6 is #532F09. Grayscale: #C9C9C9. Windows color (decimal): -5451530 or 16175276. OLE color: 16175276.

HSL color Cylindrical-coordinate representation of color #ACD0F6: hue angle of 210.81º degrees, saturation: 0.8, 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 #ACD0F6 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 208 246 -
CMYK 0.30 0.15 0 0.04
HSL 210.81º 0.8% 0.82% -
HSV(B) 210.81º 0.3% 0.96% -
XYZ 56.2 60.54 95.91 -
YUV 201.57 153.07 106.91 -
System Red Green Blue C M Y K H S L
Decimal 172 208 246 0.30 0.15 0 0.04 210.81 0.8 0.82
Hex AC D0 F6 1E F 0 4 D3 50 52
Octal 254 320 366 36 17 0 4 323 120 122
Binary 10101100 11010000 11110110 11110 1111 0 100 11010011 1010000 1010010

Color Harmonies of #ACD0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0F6

Black with #ACD0F6

Text Example


Text Example

White with #ACD0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0F6; }

 p { color: rgb(172,208,246); }

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

background-color css

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

 a { background-color: rgb(172,208,246); }

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

border-color css

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

 span { border-color: rgb(172,208,246); }

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