Html Css Color HEX #A6CCF4 Pale Cornflower Blue

📋 copy color: '#A6CCF4'

red 166 ◦ green 204 ◦ blue 244

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

Shades of Pale Cornflower Blue #A6CCF4

Tints of Pale Cornflower Blue #A6CCF4

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.22%

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

R = 27.04%
G = 33.22%
B = 39.74%

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

#A6CCF4 (or 0xA6CCF4) is known color: Pale Cornflower Blue. HEX triplet: A6, CC and F4. RGB value is (166,204,244). Sum of RGB (Red+Green+Blue) = 166+204+244=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 244 (95.70% from 255 or 39.74% from 614); Max value from RGB is 244 - color contains mainly: blue. Hex color #A6CCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CCF4 is #59330B. Grayscale: #C5C5C5. Windows color (decimal): -5845772 or 16043174. OLE color: 16043174.

HSL color Cylindrical-coordinate representation of color #A6CCF4: hue angle of 210.77º 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 #A6CCF4 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 204 244 -
CMYK 0.32 0.16 0 0.04
HSL 210.77º 0.78% 0.8% -
HSV(B) 210.77º 0.32% 0.96% -
XYZ 53.65 57.82 93.92 -
YUV 197.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 166 204 244 0.32 0.16 0 0.04 210.77 0.78 0.8
Hex A6 CC F4 20 10 0 4 D3 4E 50
Octal 246 314 364 40 20 0 4 323 116 120
Binary 10100110 11001100 11110100 100000 10000 0 100 11010011 1001110 1010000

Color Harmonies of #A6CCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCF4

Black with #A6CCF4

Text Example


Text Example

White with #A6CCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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