#ADCBF8

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

Shades of Pale Cornflower Blue #ADCBF8

Tints of Pale Cornflower Blue #ADCBF8

Color information

#ADCBF8 (or 0xADCBF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CB and F8. RGB value is (173,203,248). Sum of RGB (Red+Green+Blue) = 173+203+248=624 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.72% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 248 (97.27% from 255 or 39.74% from 624); Max value from RGB is 248 - color contains mainly: blue. Hex color #ADCBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBF8 is #523407. Grayscale: #C6C6C6. Windows color (decimal): -5387272 or 16305069. OLE color: 16305069.

HSL color Cylindrical-coordinate representation of color #ADCBF8: hue angle of 216º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADCBF8 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173203248-
CMYK0.300.1800.03
HSL216º84.27%82.55%-
HSV(B)216º30.24%97.25%-
XYZ55.5358.3797.15-
YUV199.16155.56109.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.72%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 248 (97.27% from 255) = 39.74%
R=27.72%
G=32.53%
B=39.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1732032480.300.1800.0321684.2782.55
HexADCBF81E1203d85453
Octal255313370362203330124123
Binary10101101110010111111100011110100100111101100010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBF8; }

 p { color: rgb(173,203,248); }

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

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

 a { background-color: rgb(173,203,248); }

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

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

 span { border-color: rgb(173,203,248); }

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