Html Css Color HEX #A6D2F7 Pale Cornflower Blue

📋 copy color: '#A6D2F7'

red 166 ◦ green 210 ◦ blue 247

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

Shades of Pale Cornflower Blue #A6D2F7

Tints of Pale Cornflower Blue #A6D2F7

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.71%

 BLUE value IS 247 (96.88% from 255) = 39.65%

R = 26.65%
G = 33.71%
B = 39.65%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A6D2F7 (or 0xA6D2F7) is known color: Pale Cornflower Blue. HEX triplet: A6, D2 and F7. RGB value is (166,210,247). Sum of RGB (Red+Green+Blue) = 166+210+247=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 210 (82.42% from 255 or 33.71% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #A6D2F7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D2F7 is #592D08. Grayscale: #C8C8C8. Windows color (decimal): -5844233 or 16241318. OLE color: 16241318.

HSL color Cylindrical-coordinate representation of color #A6D2F7: hue angle of 207.41º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6D2F7 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 166 210 247 -
CMYK 0.33 0.15 0 0.03
HSL 207.41º 0.84% 0.81% -
HSV(B) 207.41º 0.33% 0.97% -
XYZ 55.56 60.92 96.83 -
YUV 201.06 153.92 102.99 -
System Red Green Blue C M Y K H S L
Decimal 166 210 247 0.33 0.15 0 0.03 207.41 0.84 0.81
Hex A6 D2 F7 21 F 0 3 CF 54 51
Octal 246 322 367 41 17 0 3 317 124 121
Binary 10100110 11010010 11110111 100001 1111 0 11 11001111 1010100 1010001

Color Harmonies of #A6D2F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D2F7

Black with #A6D2F7

Text Example


Text Example

White with #A6D2F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D2F7; }

 p { color: rgb(166,210,247); }

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

background-color css

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

 a { background-color: rgb(166,210,247); }

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

border-color css

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

 span { border-color: rgb(166,210,247); }

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