Html Css Color HEX #A2D1FC Pale Cornflower Blue

📋 copy color: '#A2D1FC'

red 162 ◦ green 209 ◦ blue 252

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

Shades of Pale Cornflower Blue #A2D1FC

Tints of Pale Cornflower Blue #A2D1FC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.55%

 BLUE value IS 252 (98.83% from 255) = 40.45%

R = 26%
G = 33.55%
B = 40.45%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A2D1FC (or 0xA2D1FC) is known color: Pale Cornflower Blue. HEX triplet: A2, D1 and FC. RGB value is (162,209,252). Sum of RGB (Red+Green+Blue) = 162+209+252=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 209 (82.03% from 255 or 33.55% from 623); Blue value is 252 (98.83% from 255 or 40.45% from 623); Max value from RGB is 252 - color contains mainly: blue. Hex color #A2D1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D1FC is #5D2E03. Grayscale: #C7C7C7. Windows color (decimal): -6106628 or 16568738. OLE color: 16568738.

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

Color convert

RGB 162 209 252 -
CMYK 0.36 0.17 0 0.01
HSL 208.67º 0.94% 0.81% -
HSV(B) 208.67º 0.36% 0.99% -
XYZ 55.27 60.31 100.82 -
YUV 199.85 157.43 101 -
System Red Green Blue C M Y K H S L
Decimal 162 209 252 0.36 0.17 0 0.01 208.67 0.94 0.81
Hex A2 D1 FC 24 11 0 1 D1 5E 51
Octal 242 321 374 44 21 0 1 321 136 121
Binary 10100010 11010001 11111100 100100 10001 0 1 11010001 1011110 1010001

Color Harmonies of #A2D1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D1FC

Black with #A2D1FC

Text Example


Text Example

White with #A2D1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D1FC; }

 p { color: rgb(162,209,252); }

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

background-color css

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

 a { background-color: rgb(162,209,252); }

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

border-color css

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

 span { border-color: rgb(162,209,252); }

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