#ADCBF4

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

Shades of Pale Cornflower Blue #ADCBF4

Tints of Pale Cornflower Blue #ADCBF4

Color information

#ADCBF4 (or 0xADCBF4) is unknown color: approx Pale Cornflower Blue. HEX triplet: AD, CB and F4. RGB value is (173,203,244). Sum of RGB (Red+Green+Blue) = 173+203+244=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 244 (95.70% from 255 or 39.35% from 620); Max value from RGB is 244 - color contains mainly: blue. Hex color #ADCBF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADCBF4 is #52340B. Grayscale: #C6C6C6. Windows color (decimal): -5387276 or 16042925. OLE color: 16042925.

HSL color Cylindrical-coordinate representation of color #ADCBF4: hue angle of 214.65º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADCBF4 is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB173203244-
CMYK0.290.1700.04
HSL214.65º76.34%81.76%-
HSV(B)214.65º29.1%95.69%-
XYZ54.9258.1393.91-
YUV198.7153.56109.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 27.90%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 244 (95.70% from 255) = 39.35%
R=27.90%
G=32.74%
B=39.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1732032440.290.1700.04214.6576.3481.76
HexADCBF41D1104d74c52
Octal255313364352104327114122
Binary101011011100101111110100111011000101001101011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCBF4; }

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

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

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

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

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

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

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

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