#ADCFFB

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

Shades of Pale Cornflower Blue #ADCFFB

Tints of Pale Cornflower Blue #ADCFFB

Color information

#ADCFFB (or 0xADCFFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CF and FB. RGB value is (173,207,251). Sum of RGB (Red+Green+Blue) = 173+207+251=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADCFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCFFB is #523004. Grayscale: #C9C9C9. Windows color (decimal): -5386245 or 16502701. OLE color: 16502701.

HSL color Cylindrical-coordinate representation of color #ADCFFB: hue angle of 213.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADCFFB is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173207251-
CMYK0.310.1800.02
HSL213.85º90.7%83.14%-
HSV(B)213.85º31.08%98.43%-
XYZ56.9660.4799.94-
YUV201.85155.74107.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.42%
GREEN value IS 207 (81.25% from 255) = 32.81%
BLUE value IS 251 (98.44% from 255) = 39.78%
R=27.42%
G=32.81%
B=39.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732072510.310.1800.02213.8590.783.14
HexADCFFB1F1202d65b53
Octal255317373372202326133123
Binary10101101110011111111101111111100100101101011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCFFB; }

 p { color: rgb(173,207,251); }

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

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

 a { background-color: rgb(173,207,251); }

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

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

 span { border-color: rgb(173,207,251); }

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