Html Css Color HEX #A6C9EF Pale Cornflower Blue

📋 copy color: '#A6C9EF'

red 166 ◦ green 201 ◦ blue 239

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

Shades of Pale Cornflower Blue #A6C9EF

Tints of Pale Cornflower Blue #A6C9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.44%

R = 27.39%
G = 33.17%
B = 39.44%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A6C9EF (or 0xA6C9EF) is known color: Pale Cornflower Blue. HEX triplet: A6, C9 and EF. RGB value is (166,201,239). Sum of RGB (Red+Green+Blue) = 166+201+239=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6C9EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C9EF is #593610. Grayscale: #C2C2C2. Windows color (decimal): -5846545 or 15714726. OLE color: 15714726.

HSL color Cylindrical-coordinate representation of color #A6C9EF: hue angle of 211.23º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6C9EF is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 201 239 -
CMYK 0.31 0.16 0 0.06
HSL 211.23º 0.7% 0.79% -
HSV(B) 211.23º 0.31% 0.94% -
XYZ 52.19 56.11 89.74 -
YUV 194.87 152.9 107.41 -
System Red Green Blue C M Y K H S L
Decimal 166 201 239 0.31 0.16 0 0.06 211.23 0.7 0.79
Hex A6 C9 EF 1F 10 0 6 D3 46 4F
Octal 246 311 357 37 20 0 6 323 106 117
Binary 10100110 11001001 11101111 11111 10000 0 110 11010011 1000110 1001111

Color Harmonies of #A6C9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C9EF

Black with #A6C9EF

Text Example


Text Example

White with #A6C9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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