Html Css Color HEX #A6C6FA Pale Cornflower Blue

📋 copy color: '#A6C6FA'

red 166 ◦ green 198 ◦ blue 250

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

Shades of Pale Cornflower Blue #A6C6FA

Tints of Pale Cornflower Blue #A6C6FA

RGB

 RED value IS 166 (65.23% from 255) = 27.04%

 GREEN value IS 198 (77.73% from 255) = 32.25%

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

R = 27.04%
G = 32.25%
B = 40.72%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6C6FA (or 0xA6C6FA) is known color: Pale Cornflower Blue. HEX triplet: A6, C6 and FA. RGB value is (166,198,250). Sum of RGB (Red+Green+Blue) = 166+198+250=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 198 (77.73% from 255 or 32.25% 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 #A6C6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C6FA is #593905. Grayscale: #C2C2C2. Windows color (decimal): -5847302 or 16434854. OLE color: 16434854.

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

Color convert

RGB 166 198 250 -
CMYK 0.34 0.21 0 0.02
HSL 217.14º 0.89% 0.82% -
HSV(B) 217.14º 0.34% 0.98% -
XYZ 53.18 55.4 98.33 -
YUV 194.36 159.4 107.77 -
System Red Green Blue C M Y K H S L
Decimal 166 198 250 0.34 0.21 0 0.02 217.14 0.89 0.82
Hex A6 C6 FA 22 15 0 2 D9 59 52
Octal 246 306 372 42 25 0 2 331 131 122
Binary 10100110 11000110 11111010 100010 10101 0 10 11011001 1011001 1010010

Color Harmonies of #A6C6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C6FA

Black with #A6C6FA

Text Example


Text Example

White with #A6C6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C6FA; }

 p { color: rgb(166,198,250); }

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

background-color css

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

 a { background-color: rgb(166,198,250); }

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

border-color css

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

 span { border-color: rgb(166,198,250); }

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