Html Css Color HEX #A3CAF9 Pale Cornflower Blue

📋 copy color: '#A3CAF9'

red 163 ◦ green 202 ◦ blue 249

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

Shades of Pale Cornflower Blue #A3CAF9

Tints of Pale Cornflower Blue #A3CAF9

RGB

 RED value IS 163 (64.06% from 255) = 26.55%

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

 BLUE value IS 249 (97.66% from 255) = 40.55%

R = 26.55%
G = 32.9%
B = 40.55%

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

#A3CAF9 (or 0xA3CAF9) is known color: Pale Cornflower Blue. HEX triplet: A3, CA and F9. RGB value is (163,202,249). Sum of RGB (Red+Green+Blue) = 163+202+249=614 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.55% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #A3CAF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3CAF9 is #5C3506. Grayscale: #C3C3C3. Windows color (decimal): -6042887 or 16370339. OLE color: 16370339.

HSL color Cylindrical-coordinate representation of color #A3CAF9: hue angle of 212.79º degrees, saturation: 0.88, 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 #A3CAF9 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 202 249 -
CMYK 0.35 0.19 0 0.02
HSL 212.79º 0.88% 0.81% -
HSV(B) 212.79º 0.35% 0.98% -
XYZ 53.32 56.87 97.79 -
YUV 195.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 163 202 249 0.35 0.19 0 0.02 212.79 0.88 0.81
Hex A3 CA F9 23 13 0 2 D5 58 51
Octal 243 312 371 43 23 0 2 325 130 121
Binary 10100011 11001010 11111001 100011 10011 0 10 11010101 1011000 1010001

Color Harmonies of #A3CAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3CAF9

Black with #A3CAF9

Text Example


Text Example

White with #A3CAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3CAF9; }

 p { color: rgb(163,202,249); }

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

background-color css

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

 a { background-color: rgb(163,202,249); }

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

border-color css

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

 span { border-color: rgb(163,202,249); }

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