Html Css Color HEX #A2C7F0 Pale Cornflower Blue

📋 copy color: '#A2C7F0'

red 162 ◦ green 199 ◦ blue 240

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

Shades of Pale Cornflower Blue #A2C7F0

Tints of Pale Cornflower Blue #A2C7F0

RGB

 RED value IS 162 (63.67% from 255) = 26.96%

 GREEN value IS 199 (78.13% from 255) = 33.11%

 BLUE value IS 240 (94.14% from 255) = 39.93%

R = 26.96%
G = 33.11%
B = 39.93%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A2C7F0 (or 0xA2C7F0) is known color: Pale Cornflower Blue. HEX triplet: A2, C7 and F0. RGB value is (162,199,240). Sum of RGB (Red+Green+Blue) = 162+199+240=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #A2C7F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C7F0 is #5D380F. Grayscale: #C0C0C0. Windows color (decimal): -6109200 or 15779746. OLE color: 15779746.

HSL color Cylindrical-coordinate representation of color #A2C7F0: hue angle of 211.54º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2C7F0 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 199 240 -
CMYK 0.32 0.17 0 0.06
HSL 211.54º 0.72% 0.79% -
HSV(B) 211.54º 0.33% 0.94% -
XYZ 51.05 54.82 90.33 -
YUV 192.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 162 199 240 0.32 0.17 0 0.06 211.54 0.72 0.79
Hex A2 C7 F0 20 11 0 6 D4 48 4F
Octal 242 307 360 40 21 0 6 324 110 117
Binary 10100010 11000111 11110000 100000 10001 0 110 11010100 1001000 1001111

Color Harmonies of #A2C7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C7F0

Black with #A2C7F0

Text Example


Text Example

White with #A2C7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C7F0; }

 p { color: rgb(162,199,240); }

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

background-color css

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

 a { background-color: rgb(162,199,240); }

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

border-color css

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

 span { border-color: rgb(162,199,240); }

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