Html Css Color HEX #A6CCFF Pale Cornflower Blue

📋 copy color: '#A6CCFF'

red 166 ◦ green 204 ◦ blue 255

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

Shades of Pale Cornflower Blue #A6CCFF

Tints of Pale Cornflower Blue #A6CCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.8%

R = 26.56%
G = 32.64%
B = 40.8%

CMYK

 C value IS 0.35

 M value IS 0.2

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6CCFF (or 0xA6CCFF) is known color: Pale Cornflower Blue. HEX triplet: A6, CC and FF. RGB value is (166,204,255). Sum of RGB (Red+Green+Blue) = 166+204+255=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6CCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CCFF is #593300. Grayscale: #C6C6C6. Windows color (decimal): -5845761 or 16764070. OLE color: 16764070.

HSL color Cylindrical-coordinate representation of color #A6CCFF: hue angle of 214.38º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6CCFF is Cyan = 0.35, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 204 255 -
CMYK 0.35 0.2 0 0
HSL 214.38º 1% 0.83% -
HSV(B) 214.38º 0.35% 1% -
XYZ 55.37 58.51 102.98 -
YUV 198.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 166 204 255 0.35 0.2 0 0 214.38 1 0.83
Hex A6 CC FF 23 14 0 0 D6 64 53
Octal 246 314 377 43 24 0 0 326 144 123
Binary 10100110 11001100 11111111 100011 10100 0 0 11010110 1100100 1010011

Color Harmonies of #A6CCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CCFF

Black with #A6CCFF

Text Example


Text Example

White with #A6CCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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