Html Css Color HEX #A6D3FD Pale Cornflower Blue

📋 copy color: '#A6D3FD'

red 166 ◦ green 211 ◦ blue 253

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

Shades of Pale Cornflower Blue #A6D3FD

Tints of Pale Cornflower Blue #A6D3FD

RGB

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

 GREEN value IS 211 (82.81% from 255) = 33.49%

 BLUE value IS 253 (99.22% from 255) = 40.16%

R = 26.35%
G = 33.49%
B = 40.16%

CMYK

 C value IS 0.34

 M value IS 0.17

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6D3FD (or 0xA6D3FD) is known color: Pale Cornflower Blue. HEX triplet: A6, D3 and FD. RGB value is (166,211,253). Sum of RGB (Red+Green+Blue) = 166+211+253=630 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.35% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 253 (99.22% from 255 or 40.16% from 630); Max value from RGB is 253 - color contains mainly: blue. Hex color #A6D3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D3FD is #592C02. Grayscale: #CACACA. Windows color (decimal): -5843971 or 16634790. OLE color: 16634790.

HSL color Cylindrical-coordinate representation of color #A6D3FD: hue angle of 208.97º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6D3FD is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 211 253 -
CMYK 0.34 0.17 0 0.01
HSL 208.97º 0.96% 0.82% -
HSV(B) 208.97º 0.34% 0.99% -
XYZ 56.75 61.79 101.86 -
YUV 202.33 156.59 102.08 -
System Red Green Blue C M Y K H S L
Decimal 166 211 253 0.34 0.17 0 0.01 208.97 0.96 0.82
Hex A6 D3 FD 22 11 0 1 D1 60 52
Octal 246 323 375 42 21 0 1 321 140 122
Binary 10100110 11010011 11111101 100010 10001 0 1 11010001 1100000 1010010

Color Harmonies of #A6D3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D3FD

Black with #A6D3FD

Text Example


Text Example

White with #A6D3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D3FD; }

 p { color: rgb(166,211,253); }

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

background-color css

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

 a { background-color: rgb(166,211,253); }

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

border-color css

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

 span { border-color: rgb(166,211,253); }

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