Html Css Color HEX #A6CDF3 Pale Cornflower Blue

📋 copy color: '#A6CDF3'

red 166 ◦ green 205 ◦ blue 243

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

Shades of Pale Cornflower Blue #A6CDF3

Tints of Pale Cornflower Blue #A6CDF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.58%

R = 27.04%
G = 33.39%
B = 39.58%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A6CDF3 (or 0xA6CDF3) is known color: Pale Cornflower Blue. HEX triplet: A6, CD and F3. RGB value is (166,205,243). Sum of RGB (Red+Green+Blue) = 166+205+243=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 205 (80.47% from 255 or 33.39% from 614); Blue value is 243 (95.31% from 255 or 39.58% from 614); Max value from RGB is 243 - color contains mainly: blue. Hex color #A6CDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CDF3 is #59320C. Grayscale: #C5C5C5. Windows color (decimal): -5845517 or 15977894. OLE color: 15977894.

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

Color convert

RGB 166 205 243 -
CMYK 0.32 0.16 0 0.05
HSL 209.61º 0.76% 0.8% -
HSV(B) 209.61º 0.32% 0.95% -
XYZ 53.73 58.24 93.2 -
YUV 197.67 153.58 105.41 -
System Red Green Blue C M Y K H S L
Decimal 166 205 243 0.32 0.16 0 0.05 209.61 0.76 0.8
Hex A6 CD F3 20 10 0 5 D2 4C 50
Octal 246 315 363 40 20 0 5 322 114 120
Binary 10100110 11001101 11110011 100000 10000 0 101 11010010 1001100 1010000

Color Harmonies of #A6CDF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CDF3

Black with #A6CDF3

Text Example


Text Example

White with #A6CDF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CDF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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