Html Css Color HEX #A2C4FD Pale Cornflower Blue

📋 copy color: '#A2C4FD'

red 162 ◦ green 196 ◦ blue 253

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

Shades of Pale Cornflower Blue #A2C4FD

Tints of Pale Cornflower Blue #A2C4FD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 32.08%

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

R = 26.51%
G = 32.08%
B = 41.41%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A2C4FD (or 0xA2C4FD) is known color: Pale Cornflower Blue. HEX triplet: A2, C4 and FD. RGB value is (162,196,253). Sum of RGB (Red+Green+Blue) = 162+196+253=611 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.51% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2C4FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C4FD is #5D3B02. Grayscale: #C0C0C0. Windows color (decimal): -6109955 or 16630946. OLE color: 16630946.

HSL color Cylindrical-coordinate representation of color #A2C4FD: hue angle of 217.58º 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 #A2C4FD is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 162 196 253 -
CMYK 0.36 0.23 0 0.01
HSL 217.58º 0.96% 0.81% -
HSV(B) 217.58º 0.36% 0.99% -
XYZ 52.37 54.25 100.64 -
YUV 192.33 162.24 106.37 -
System Red Green Blue C M Y K H S L
Decimal 162 196 253 0.36 0.23 0 0.01 217.58 0.96 0.81
Hex A2 C4 FD 24 17 0 1 DA 60 51
Octal 242 304 375 44 27 0 1 332 140 121
Binary 10100010 11000100 11111101 100100 10111 0 1 11011010 1100000 1010001

Color Harmonies of #A2C4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C4FD

Black with #A2C4FD

Text Example


Text Example

White with #A2C4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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