Html Css Color HEX #A2CAFF Pale Cornflower Blue

📋 copy color: '#A2CAFF'

red 162 ◦ green 202 ◦ blue 255

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

Shades of Pale Cornflower Blue #A2CAFF

Tints of Pale Cornflower Blue #A2CAFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.2%

R = 26.17%
G = 32.63%
B = 41.2%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A2CAFF (or 0xA2CAFF) is known color: Pale Cornflower Blue. HEX triplet: A2, CA and FF. RGB value is (162,202,255). Sum of RGB (Red+Green+Blue) = 162+202+255=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CAFF is #5D3500. Grayscale: #C3C3C3. Windows color (decimal): -6108417 or 16763554. OLE color: 16763554.

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

Color convert

RGB 162 202 255 -
CMYK 0.36 0.21 0 0
HSL 214.19º 1% 0.82% -
HSV(B) 214.19º 0.36% 1% -
XYZ 54.07 57.14 102.79 -
YUV 196.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 162 202 255 0.36 0.21 0 0 214.19 1 0.82
Hex A2 CA FF 24 15 0 0 D6 64 52
Octal 242 312 377 44 25 0 0 326 144 122
Binary 10100010 11001010 11111111 100100 10101 0 0 11010110 1100100 1010010

Color Harmonies of #A2CAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CAFF

Black with #A2CAFF

Text Example


Text Example

White with #A2CAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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