Html Css Color HEX #A6CDF4 Pale Cornflower Blue

📋 copy color: '#A6CDF4'

red 166 ◦ green 205 ◦ blue 244

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

Shades of Pale Cornflower Blue #A6CDF4

Tints of Pale Cornflower Blue #A6CDF4

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.33%

 BLUE value IS 244 (95.7% from 255) = 39.67%

R = 26.99%
G = 33.33%
B = 39.67%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A6CDF4 (or 0xA6CDF4) is known color: Pale Cornflower Blue. HEX triplet: A6, CD and F4. RGB value is (166,205,244). Sum of RGB (Red+Green+Blue) = 166+205+244=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 244 (95.70% from 255 or 39.67% from 615); Max value from RGB is 244 - color contains mainly: blue. Hex color #A6CDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CDF4 is #59320B. Grayscale: #C5C5C5. Windows color (decimal): -5845516 or 16043430. OLE color: 16043430.

HSL color Cylindrical-coordinate representation of color #A6CDF4: hue angle of 210º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6CDF4 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 205 244 -
CMYK 0.32 0.16 0 0.04
HSL 210º 0.78% 0.8% -
HSV(B) 210º 0.32% 0.96% -
XYZ 53.89 58.3 94 -
YUV 197.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 166 205 244 0.32 0.16 0 0.04 210 0.78 0.8
Hex A6 CD F4 20 10 0 4 D2 4E 50
Octal 246 315 364 40 20 0 4 322 116 120
Binary 10100110 11001101 11110100 100000 10000 0 100 11010010 1001110 1010000

Color Harmonies of #A6CDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CDF4

Black with #A6CDF4

Text Example


Text Example

White with #A6CDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CDF4; }

 p { color: rgb(166,205,244); }

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

background-color css

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

 a { background-color: rgb(166,205,244); }

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

border-color css

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

 span { border-color: rgb(166,205,244); }

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