Html Css Color HEX #A6C8EB Pale Cornflower Blue

📋 copy color: '#A6C8EB'

red 166 ◦ green 200 ◦ blue 235

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

Shades of Pale Cornflower Blue #A6C8EB

Tints of Pale Cornflower Blue #A6C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.28%

 BLUE value IS 235 (92.19% from 255) = 39.1%

R = 27.62%
G = 33.28%
B = 39.1%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A6C8EB (or 0xA6C8EB) is known color: Pale Cornflower Blue. HEX triplet: A6, C8 and EB. RGB value is (166,200,235). Sum of RGB (Red+Green+Blue) = 166+200+235=601 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.62% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #A6C8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C8EB is #593714. Grayscale: #C1C1C1. Windows color (decimal): -5846805 or 15452326. OLE color: 15452326.

HSL color Cylindrical-coordinate representation of color #A6C8EB: hue angle of 210.43º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6C8EB is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 166 200 235 -
CMYK 0.29 0.15 0 0.08
HSL 210.43º 0.63% 0.79% -
HSV(B) 210.43º 0.29% 0.92% -
XYZ 51.38 55.41 86.59 -
YUV 193.82 151.24 108.15 -
System Red Green Blue C M Y K H S L
Decimal 166 200 235 0.29 0.15 0 0.08 210.43 0.63 0.79
Hex A6 C8 EB 1D F 0 8 D2 3F 4F
Octal 246 310 353 35 17 0 10 322 77 117
Binary 10100110 11001000 11101011 11101 1111 0 1000 11010010 111111 1001111

Color Harmonies of #A6C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C8EB

Black with #A6C8EB

Text Example


Text Example

White with #A6C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C8EB; }

 p { color: rgb(166,200,235); }

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

background-color css

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

 a { background-color: rgb(166,200,235); }

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

border-color css

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

 span { border-color: rgb(166,200,235); }

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