Html Css Color HEX #A2CAFA Pale Cornflower Blue

📋 copy color: '#A2CAFA'

red 162 ◦ green 202 ◦ blue 250

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

Shades of Pale Cornflower Blue #A2CAFA

Tints of Pale Cornflower Blue #A2CAFA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 32.9%

 BLUE value IS 250 (98.05% from 255) = 40.72%

R = 26.38%
G = 32.9%
B = 40.72%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A2CAFA (or 0xA2CAFA) is known color: Pale Cornflower Blue. HEX triplet: A2, CA and FA. RGB value is (162,202,250). Sum of RGB (Red+Green+Blue) = 162+202+250=614 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.38% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2CAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CAFA is #5D3505. Grayscale: #C3C3C3. Windows color (decimal): -6108422 or 16435874. OLE color: 16435874.

HSL color Cylindrical-coordinate representation of color #A2CAFA: hue angle of 212.73º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2CAFA is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 202 250 -
CMYK 0.35 0.19 0 0.02
HSL 212.73º 0.9% 0.81% -
HSV(B) 212.73º 0.35% 0.98% -
XYZ 53.28 56.82 98.6 -
YUV 195.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 162 202 250 0.35 0.19 0 0.02 212.73 0.9 0.81
Hex A2 CA FA 23 13 0 2 D5 5A 51
Octal 242 312 372 43 23 0 2 325 132 121
Binary 10100010 11001010 11111010 100011 10011 0 10 11010101 1011010 1010001

Color Harmonies of #A2CAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CAFA

Black with #A2CAFA

Text Example


Text Example

White with #A2CAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CAFA; }

 p { color: rgb(162,202,250); }

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

background-color css

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

 a { background-color: rgb(162,202,250); }

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

border-color css

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

 span { border-color: rgb(162,202,250); }

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