Html Css Color HEX #A3C7F2 Pale Cornflower Blue

📋 copy color: '#A3C7F2'

red 163 ◦ green 199 ◦ blue 242

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

Shades of Pale Cornflower Blue #A3C7F2

Tints of Pale Cornflower Blue #A3C7F2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.95%

 BLUE value IS 242 (94.92% from 255) = 40.07%

R = 26.99%
G = 32.95%
B = 40.07%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A3C7F2 (or 0xA3C7F2) is known color: Pale Cornflower Blue. HEX triplet: A3, C7 and F2. RGB value is (163,199,242). Sum of RGB (Red+Green+Blue) = 163+199+242=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 199 (78.12% from 255 or 32.95% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3C7F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C7F2 is #5C380D. Grayscale: #C0C0C0. Windows color (decimal): -6043662 or 15910819. OLE color: 15910819.

HSL color Cylindrical-coordinate representation of color #A3C7F2: hue angle of 212.66º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3C7F2 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 163 199 242 -
CMYK 0.33 0.18 0 0.05
HSL 212.66º 0.75% 0.79% -
HSV(B) 212.66º 0.33% 0.95% -
XYZ 51.55 55.04 91.91 -
YUV 193.14 155.57 106.5 -
System Red Green Blue C M Y K H S L
Decimal 163 199 242 0.33 0.18 0 0.05 212.66 0.75 0.79
Hex A3 C7 F2 21 12 0 5 D5 4B 4F
Octal 243 307 362 41 22 0 5 325 113 117
Binary 10100011 11000111 11110010 100001 10010 0 101 11010101 1001011 1001111

Color Harmonies of #A3C7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C7F2

Black with #A3C7F2

Text Example


Text Example

White with #A3C7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C7F2; }

 p { color: rgb(163,199,242); }

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

background-color css

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

 a { background-color: rgb(163,199,242); }

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

border-color css

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

 span { border-color: rgb(163,199,242); }

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