Html Css Color HEX #A2C6EF Pale Cornflower Blue

📋 copy color: '#A2C6EF'

red 162 ◦ green 198 ◦ blue 239

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

Shades of Pale Cornflower Blue #A2C6EF

Tints of Pale Cornflower Blue #A2C6EF

RGB

 RED value IS 162 (63.67% from 255) = 27.05%

 GREEN value IS 198 (77.73% from 255) = 33.06%

 BLUE value IS 239 (93.75% from 255) = 39.9%

R = 27.05%
G = 33.06%
B = 39.9%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A2C6EF (or 0xA2C6EF) is known color: Pale Cornflower Blue. HEX triplet: A2, C6 and EF. RGB value is (162,198,239). Sum of RGB (Red+Green+Blue) = 162+198+239=599 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.05% from 599); Green value is 198 (77.73% from 255 or 33.06% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #A2C6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C6EF is #5D3910. Grayscale: #BFBFBF. Windows color (decimal): -6109457 or 15713954. OLE color: 15713954.

HSL color Cylindrical-coordinate representation of color #A2C6EF: hue angle of 211.95º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2C6EF is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 162 198 239 -
CMYK 0.32 0.17 0 0.06
HSL 211.95º 0.71% 0.79% -
HSV(B) 211.95º 0.32% 0.94% -
XYZ 50.67 54.3 89.47 -
YUV 191.91 154.57 106.67 -
System Red Green Blue C M Y K H S L
Decimal 162 198 239 0.32 0.17 0 0.06 211.95 0.71 0.79
Hex A2 C6 EF 20 11 0 6 D4 47 4F
Octal 242 306 357 40 21 0 6 324 107 117
Binary 10100010 11000110 11101111 100000 10001 0 110 11010100 1000111 1001111

Color Harmonies of #A2C6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C6EF

Black with #A2C6EF

Text Example


Text Example

White with #A2C6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C6EF; }

 p { color: rgb(162,198,239); }

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

background-color css

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

 a { background-color: rgb(162,198,239); }

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

border-color css

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

 span { border-color: rgb(162,198,239); }

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