Html Css Color HEX #A2D1FE Pale Cornflower Blue

📋 copy color: '#A2D1FE'

red 162 ◦ green 209 ◦ blue 254

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

Shades of Pale Cornflower Blue #A2D1FE

Tints of Pale Cornflower Blue #A2D1FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.64%

R = 25.92%
G = 33.44%
B = 40.64%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A2D1FE (or 0xA2D1FE) is known color: Pale Cornflower Blue. HEX triplet: A2, D1 and FE. RGB value is (162,209,254). Sum of RGB (Red+Green+Blue) = 162+209+254=625 (82% of max value = 765). Red value is 162 (63.67% from 255 or 25.92% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D1FE is #5D2E01. Grayscale: #C7C7C7. Windows color (decimal): -6106626 or 16699810. OLE color: 16699810.

HSL color Cylindrical-coordinate representation of color #A2D1FE: hue angle of 209.35º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2D1FE is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 209 254 -
CMYK 0.36 0.18 0 0.00
HSL 209.35º 0.98% 0.82% -
HSV(B) 209.35º 0.36% 1% -
XYZ 55.59 60.44 102.5 -
YUV 200.08 158.43 100.84 -
System Red Green Blue C M Y K H S L
Decimal 162 209 254 0.36 0.18 0 0.00 209.35 0.98 0.82
Hex A2 D1 FE 24 12 0 0 D1 62 52
Octal 242 321 376 44 22 0 0 321 142 122
Binary 10100010 11010001 11111110 100100 10010 0 0 11010001 1100010 1010010

Color Harmonies of #A2D1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D1FE

Black with #A2D1FE

Text Example


Text Example

White with #A2D1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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