Html Css Color HEX #A6CAF6 Pale Cornflower Blue

📋 copy color: '#A6CAF6'

red 166 ◦ green 202 ◦ blue 246

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

Shades of Pale Cornflower Blue #A6CAF6

Tints of Pale Cornflower Blue #A6CAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.07%

R = 27.04%
G = 32.9%
B = 40.07%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A6CAF6 (or 0xA6CAF6) is known color: Pale Cornflower Blue. HEX triplet: A6, CA and F6. RGB value is (166,202,246). Sum of RGB (Red+Green+Blue) = 166+202+246=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #A6CAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAF6 is #593509. Grayscale: #C4C4C4. Windows color (decimal): -5846282 or 16173734. OLE color: 16173734.

HSL color Cylindrical-coordinate representation of color #A6CAF6: hue angle of 213º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6CAF6 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 202 246 -
CMYK 0.33 0.18 0 0.04
HSL 213º 0.82% 0.81% -
HSV(B) 213º 0.33% 0.96% -
XYZ 53.48 57 95.37 -
YUV 196.25 156.07 106.42 -
System Red Green Blue C M Y K H S L
Decimal 166 202 246 0.33 0.18 0 0.04 213 0.82 0.81
Hex A6 CA F6 21 12 0 4 D5 52 51
Octal 246 312 366 41 22 0 4 325 122 121
Binary 10100110 11001010 11110110 100001 10010 0 100 11010101 1010010 1010001

Color Harmonies of #A6CAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CAF6

Black with #A6CAF6

Text Example


Text Example

White with #A6CAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CAF6; }

 p { color: rgb(166,202,246); }

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

background-color css

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

 a { background-color: rgb(166,202,246); }

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

border-color css

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

 span { border-color: rgb(166,202,246); }

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