Html Css Color HEX #A6C9EC Pale Cornflower Blue

📋 copy color: '#A6C9EC'

red 166 ◦ green 201 ◦ blue 236

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

Shades of Pale Cornflower Blue #A6C9EC

Tints of Pale Cornflower Blue #A6C9EC

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.33%

 BLUE value IS 236 (92.58% from 255) = 39.14%

R = 27.53%
G = 33.33%
B = 39.14%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A6C9EC (or 0xA6C9EC) is known color: Pale Cornflower Blue. HEX triplet: A6, C9 and EC. RGB value is (166,201,236). Sum of RGB (Red+Green+Blue) = 166+201+236=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6C9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C9EC is #593613. Grayscale: #C2C2C2. Windows color (decimal): -5846548 or 15518118. OLE color: 15518118.

HSL color Cylindrical-coordinate representation of color #A6C9EC: hue angle of 210º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6C9EC is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 201 236 -
CMYK 0.30 0.15 0 0.07
HSL 210º 0.65% 0.79% -
HSV(B) 210º 0.3% 0.93% -
XYZ 51.75 55.94 87.43 -
YUV 194.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 166 201 236 0.30 0.15 0 0.07 210 0.65 0.79
Hex A6 C9 EC 1E F 0 7 D2 41 4F
Octal 246 311 354 36 17 0 7 322 101 117
Binary 10100110 11001001 11101100 11110 1111 0 111 11010010 1000001 1001111

Color Harmonies of #A6C9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C9EC

Black with #A6C9EC

Text Example


Text Example

White with #A6C9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C9EC; }

 p { color: rgb(166,201,236); }

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

background-color css

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

 a { background-color: rgb(166,201,236); }

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

border-color css

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

 span { border-color: rgb(166,201,236); }

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