Html Css Color HEX #ACD0FA Pale Cornflower Blue

📋 copy color: '#ACD0FA'

red 172 ◦ green 208 ◦ blue 250

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

Shades of Pale Cornflower Blue #ACD0FA

Tints of Pale Cornflower Blue #ACD0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.68%

R = 27.3%
G = 33.02%
B = 39.68%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#ACD0FA (or 0xACD0FA) is known color: Pale Cornflower Blue. HEX triplet: AC, D0 and FA. RGB value is (172,208,250). Sum of RGB (Red+Green+Blue) = 172+208+250=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 208 (81.64% from 255 or 33.02% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACD0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACD0FA is #532F05. Grayscale: #C9C9C9. Windows color (decimal): -5451526 or 16437420. OLE color: 16437420.

HSL color Cylindrical-coordinate representation of color #ACD0FA: hue angle of 212.31º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACD0FA is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 208 250 -
CMYK 0.31 0.17 0 0.02
HSL 212.31º 0.89% 0.83% -
HSV(B) 212.31º 0.31% 0.98% -
XYZ 56.82 60.78 99.18 -
YUV 202.02 155.07 106.58 -
System Red Green Blue C M Y K H S L
Decimal 172 208 250 0.31 0.17 0 0.02 212.31 0.89 0.83
Hex AC D0 FA 1F 11 0 2 D4 59 53
Octal 254 320 372 37 21 0 2 324 131 123
Binary 10101100 11010000 11111010 11111 10001 0 10 11010100 1011001 1010011

Color Harmonies of #ACD0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD0FA

Black with #ACD0FA

Text Example


Text Example

White with #ACD0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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