Html Css Color HEX #ACD2F2 Pale Cornflower Blue

📋 copy color: '#ACD2F2'

red 172 ◦ green 210 ◦ blue 242

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

Shades of Pale Cornflower Blue #ACD2F2

Tints of Pale Cornflower Blue #ACD2F2

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.65%

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

R = 27.56%
G = 33.65%
B = 38.78%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#ACD2F2 (or 0xACD2F2) is known color: Pale Cornflower Blue. HEX triplet: AC, D2 and F2. RGB value is (172,210,242). Sum of RGB (Red+Green+Blue) = 172+210+242=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 210 (82.42% from 255 or 33.65% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #ACD2F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD2F2 is #532D0D. Grayscale: #CACACA. Windows color (decimal): -5451022 or 15913644. OLE color: 15913644.

HSL color Cylindrical-coordinate representation of color #ACD2F2: hue angle of 207.43º 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 #ACD2F2 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 210 242 -
CMYK 0.29 0.13 0 0.05
HSL 207.43º 0.73% 0.81% -
HSV(B) 207.43º 0.29% 0.95% -
XYZ 56.09 61.27 92.88 -
YUV 202.29 150.41 106.4 -
System Red Green Blue C M Y K H S L
Decimal 172 210 242 0.29 0.13 0 0.05 207.43 0.73 0.81
Hex AC D2 F2 1D D 0 5 CF 49 51
Octal 254 322 362 35 15 0 5 317 111 121
Binary 10101100 11010010 11110010 11101 1101 0 101 11001111 1001001 1010001

Color Harmonies of #ACD2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD2F2

Black with #ACD2F2

Text Example


Text Example

White with #ACD2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD2F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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