#A7CDEF

Color #A7CDEF Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A7CDEF

Tints of Pale Cornflower Blue #A7CDEF

Color information

#A7CDEF (or 0xA7CDEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, CD and EF. RGB value is (167,205,239). Sum of RGB (Red+Green+Blue) = 167+205+239=611 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.33% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 239 - color contains mainly: blue. Hex color #A7CDEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7CDEF is #583210. Grayscale: #C5C5C5. Windows color (decimal): -5779985 or 15715751. OLE color: 15715751.

HSL color Cylindrical-coordinate representation of color #A7CDEF: hue angle of 208.33º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7CDEF is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB167205239-
CMYK0.300.1400.06
HSL208.33º69.23%79.61%-
HSV(B)208.33º30.13%93.73%-
XYZ53.3558.1190.07-
YUV197.51151.41106.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.33%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 239 (93.75% from 255) = 39.12%
R=27.33%
G=33.55%
B=39.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1672052390.300.1400.06208.3369.2379.61
HexA7CDEF1EE06d04550
Octal247315357361606320105120
Binary10100111110011011110111111110111001101101000010001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDEF; }

 p { color: rgb(167,205,239); }

 H1.HeaderClassName
 {
   color: #A7CDEF;
 }
 .AnyTagClassName
 {
   color: #A7CDEF;
 }
</style>
background-color css

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

 a { background-color: rgb(167,205,239); }

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

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

 span { border-color: rgb(167,205,239); }

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