Html Css Color HEX #A6D4FC Pale Cornflower Blue

📋 copy color: '#A6D4FC'

red 166 ◦ green 212 ◦ blue 252

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

Shades of Pale Cornflower Blue #A6D4FC

Tints of Pale Cornflower Blue #A6D4FC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.65%

 BLUE value IS 252 (98.83% from 255) = 40%

R = 26.35%
G = 33.65%
B = 40%

CMYK

 C value IS 0.34

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6D4FC (or 0xA6D4FC) is known color: Pale Cornflower Blue. HEX triplet: A6, D4 and FC. RGB value is (166,212,252). Sum of RGB (Red+Green+Blue) = 166+212+252=630 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.35% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6D4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D4FC is #592B03. Grayscale: #CACACA. Windows color (decimal): -5843716 or 16569510. OLE color: 16569510.

HSL color Cylindrical-coordinate representation of color #A6D4FC: hue angle of 207.91º degrees, saturation: 0.93, 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 #A6D4FC is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 212 252 -
CMYK 0.34 0.16 0 0.01
HSL 207.91º 0.93% 0.82% -
HSV(B) 207.91º 0.34% 0.99% -
XYZ 56.84 62.22 101.11 -
YUV 202.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 166 212 252 0.34 0.16 0 0.01 207.91 0.93 0.82
Hex A6 D4 FC 22 10 0 1 D0 5D 52
Octal 246 324 374 42 20 0 1 320 135 122
Binary 10100110 11010100 11111100 100010 10000 0 1 11010000 1011101 1010010

Color Harmonies of #A6D4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D4FC

Black with #A6D4FC

Text Example


Text Example

White with #A6D4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D4FC; }

 p { color: rgb(166,212,252); }

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

background-color css

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

 a { background-color: rgb(166,212,252); }

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

border-color css

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

 span { border-color: rgb(166,212,252); }

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