Html Css Color HEX #A2C6FD Pale Cornflower Blue

📋 copy color: '#A2C6FD'

red 162 ◦ green 198 ◦ blue 253

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

Shades of Pale Cornflower Blue #A2C6FD

Tints of Pale Cornflower Blue #A2C6FD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.3%

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 26.43%
G = 32.3%
B = 41.27%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A2C6FD (or 0xA2C6FD) is known color: Pale Cornflower Blue. HEX triplet: A2, C6 and FD. RGB value is (162,198,253). Sum of RGB (Red+Green+Blue) = 162+198+253=613 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.43% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2C6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C6FD is #5D3902. Grayscale: #C1C1C1. Windows color (decimal): -6109443 or 16631458. OLE color: 16631458.

HSL color Cylindrical-coordinate representation of color #A2C6FD: hue angle of 216.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C6FD is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 198 253 -
CMYK 0.36 0.22 0 0.01
HSL 216.26º 0.96% 0.81% -
HSV(B) 216.26º 0.36% 0.99% -
XYZ 52.82 55.16 100.79 -
YUV 193.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 162 198 253 0.36 0.22 0 0.01 216.26 0.96 0.81
Hex A2 C6 FD 24 16 0 1 D8 60 51
Octal 242 306 375 44 26 0 1 330 140 121
Binary 10100010 11000110 11111101 100100 10110 0 1 11011000 1100000 1010001

Color Harmonies of #A2C6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C6FD

Black with #A2C6FD

Text Example


Text Example

White with #A2C6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C6FD; }

 p { color: rgb(162,198,253); }

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

background-color css

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

 a { background-color: rgb(162,198,253); }

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

border-color css

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

 span { border-color: rgb(162,198,253); }

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